{% extends "demostat/base.html" %} {% load static %} {% block title %}{{ demo.title }} am {{ demo.date|date:"d.m.Y" }}{% endblock %} {% block css %} {% endblock %} {% block header %}
Teil von {{ demo.group.title }} am {{ demo.group.date|date:"d.m.Y" }}
{% endif %} {% endblock%} {% block content %}{{ demo.date|date:"d.m.Y H:i" }} Uhr
{% if demo.location.region %}{{ demo.location.name }}{% else %}{{ demo.location.name }}{% endif %}
{{ demo.description }}
{{ demo.note }}