{% extends "base.html" %} {# zmena fotky #}{% block header %}soustredeni{% endblock %} {% block nadpis1a %} Soustředění - {% block.super %}{% endblock %} {% block content %} {# Projdi vsechna soustredeni #} {% for soustredeni in object_list %} {# Kdyz je verejne -> zobraz #} {% if soustredeni.verejne_db or user.je_org %} {% if not soustredeni.verejne_db and user.je_org %}
{% for i in soustredeni.soustredeni_ucastnici_set.all %} {{i.resitel}}{% if forloop.last %}.{% else %},{% endif %} {% empty %} Nic! {% endfor %}
{% for i in soustredeni.soustredeni_organizatori_set.all %} {{i.organizator}}{% if forloop.last %}.{% else %},{% endif %} {% empty %} Nic! {% endfor %}