|
@ -60,16 +60,27 @@ |
|
|
{% autoescape off %}{{soustredeni.text}}{% endautoescape %} |
|
|
{% autoescape off %}{{soustredeni.text}}{% endautoescape %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if user.is_authenticated %} |
|
|
{% if user.is_authenticated %} |
|
|
|
|
|
<div class="mam-org-only"> |
|
|
{# Účastníci #} |
|
|
{# Účastníci #} |
|
|
<h3>Soustředění se zúčastnili tito účastníci:</h3> |
|
|
<h3>Soustředění se zúčastnili tito účastníci:</h3> |
|
|
<ul> |
|
|
<p> |
|
|
{% for i in soustredeni.soustredeni_ucastnici_set.all %} |
|
|
{% for i in soustredeni.soustredeni_ucastnici_set.all %} |
|
|
<li>{{i.resitel}} |
|
|
{{i.resitel}}{% if forloop.last %}.{% else %},{% endif %} |
|
|
{% empty %} |
|
|
{% empty %} |
|
|
<li>Nic! |
|
|
Nic! |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</ul> |
|
|
</p> |
|
|
|
|
|
<h3>Soustředění se účastnili tito organizátoři:</h3> |
|
|
|
|
|
<p> |
|
|
|
|
|
{% for i in soustredeni.soustredeni_organizatori_set.all %} |
|
|
|
|
|
{{i.organizator}}{% if forloop.last %}.{% else %},{% endif %} |
|
|
|
|
|
{% empty %} |
|
|
|
|
|
Nic! |
|
|
|
|
|
{% endfor %} |
|
|
|
|
|
</p> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
{% if not soustredeni.verejne_db and user.is_staff %} |
|
|
{% if not soustredeni.verejne_db and user.is_staff %} |
|
|
</div> {# class="mam-org-only" #} |
|
|
</div> {# class="mam-org-only" #} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|