{% load static %} {% load i18n %}
// // DOMOV {% for section in html_sections %} {{ section.menu }} {% endfor %} // TITULY a KATEGORIE // REGISTRACE // KONTAKT {% if user.is_authenticated %}
{% for c in event.categories.all %} {{ c }} {% endfor %}
{% if user.is_superuser %} {% endif %} LOGOUT {% endif %}