{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block main %}

{{ object }}

{% trans "Start" %} {{ object.start }}
{% trans "End" %} {{ object.end }}
{% trans "Category" %} {{ object.category }}
{% trans "Description" %} {{ object.description }}
{% trans "back" %} {% if request.user.is_staff %} {% trans "Edit" %} {% trans "Delete" %} {% endif %} {% endblock %}