{{_("This is a reminder for the following calendar entry:")}}
{{_("Date")}} : {{fdf(obj.start_date)}}
{% if obj.end_date %} - {{fdf(obj.end_date)}}{% endif %}
{% if obj.start_time %}
{{_("Time")}} : {{rt.format_time(obj.start_time)}}-{{rt.format_time(obj.end_time)}}
{% endif %}
{% if obj.room %}
{{obj.room._meta.verbose_name}} : {{ar.obj2htmls(obj.room)}}
{% endif %}
Link: {{ar.obj2htmls(obj)}}