{% extends "bootstrap3/base.html" %} {% set active_page = "" %} {% block title %}{{title}}{% endblock %} {% block main %}
{{_("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")}} : {{E.tostring(obj.room.obj2href(ar))}}
{% endif %}
{% if obj.type %}
Type: {{obj.type}}
{% endif %}