{% extends "base.html" %} {% block content %}

{{ obj }}

{% if obj.description %}

{{ obj.description }}

{% endif %}
Start {% if obj.start %} {{ obj.start }} {% else %} Unknown {% endif %}
End {% if obj.end %} {{ obj.end }} {% else %} Unknown {% endif %}
{% endblock content %}