{% extends "bootstrap3/base.html" %} {% set active_page = "" %} {% block title %}{{title}}{% endblock %} {% block main %}

{{obj.summary}}

{{tostring(navigator)}} {% if True or obj.access_class == rt.actors.cal.AccessClasses.public %}

{{_("Date")}} : {{obj.start_date}} {% if obj.end_date %} - {{obj.end_date}}{% endif %} {% if obj.start_time %}
{{_("Time")}} : {{obj.start_time}}-{{obj.end_time}} {% endif %} {% if obj.room %}
{{_("Room")}} : {{tostring(obj.room.obj2href(ar))}} {% endif %} {% if obj.type %}
Type: {{obj.type}} {% endif %}

{{memo(obj.description)}}
{% endif %}
{% endblock %}