{% load i18n %}

{% if label %}{% blocktrans trimmed with meeting=booking.user_display_label date=date|date:"d/m" time=date|time context "SMS message, avoid special caracters" %}
Reminder: your meeting "{{ meeting }}" is scheduled on {{ date }} at {{ time }}.
{% endblocktrans %}{% else %}{% blocktrans trimmed with date=date|date:"d/m" time=date|time context "SMS message, avoid special caracters" %}
Reminder: you have a meeting scheduled on {{ date }} at {{ time }}.
{% endblocktrans %}{% endif %}{% if sms_extra_info %} {{ sms_extra_info }}{% endif %}
