{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block main %}
{% trans "Start" %} | {{ object.start }} |
---|---|
{% trans "End" %} | {{ object.end }} |
{% trans "Category" %} | {{ object.category }} |
{% trans "Description" %} | {{ object.description }} |