{% extends "base.html" %} {% load i18n %} {% block appbar %}
{% trans 'Event Date:' %} {{ object.event_date|date:"d E o"|lower }}
{% endif %} {% if object.text %} {{ object.text|safe }} {% endif %} {% if object.tags.count %}Tags : {% for tag in object.tags.all %} {{ tag }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}