Browse Source

Zobrazovat probehla soustredeni.

remotes/origin/noc
Jethro 9 years ago
parent
commit
2f956ae2e7
  1. 30
      seminar/templates/seminar/soustredeni/seznam_soustredeni.html

30
seminar/templates/seminar/soustredeni/seznam_soustredeni.html

@ -9,13 +9,13 @@
{# zmena fotky #}{% block header %}soustredeni{% endblock %} {# zmena fotky #}{% block header %}soustredeni{% endblock %}
{% block content %}{% if user.is_authenticated %}{# PRACUJE SE STRANKA #} {% block nadpis1a %}{% block nadpis1b %}
<h2>
{% block nadpis1a %}{% block nadpis1b %}
Soustředění Soustředění
{% endblock %}{% endblock %} {% endblock %}{% endblock %}
</h2>
{% block content %}
{#% if user.is_authenticated %#}{# PRACUJE SE STRANKA #}
{# Projdi vsechna soustredeni #} {# Projdi vsechna soustredeni #}
{% for soustredeni in object_list %} {% for soustredeni in object_list %}
@ -29,17 +29,20 @@
že jste přihlášení. <br> že jste přihlášení. <br>
{% endif %} {% endif %}
{# misto soustredeni TODO upravit#} {# misto soustredeni TODO upravit#}
{% if soustredeni.misto %}
<h2> <h2>
Soustředění v&nbsp;{{soustredeni.misto}} {{soustredeni.get_typ_display}}
od {{soustredeni.datum_zacatku}} do {{soustredeni.datum_konce}} {{soustredeni.misto}}
při {{soustredeni.rocnik.rocnik}}. ročníku M&M
</h2> </h2>
{% endif %} <ul>
<li>
{{soustredeni.datum_zacatku}}&thinsp;&ndash;&thinsp;{{soustredeni.datum_konce}}
</li>
</ul>
{# popis soustredeni #} {# popis soustredeni #}
{% if soustredeni.text %} {% if soustredeni.text %}
{% autoescape off %}{{soustredeni.text}}{% endautoescape %} {% autoescape off %}{{soustredeni.text}}{% endautoescape %}
{% endif %} {% endif %}
{% if user.is_authenticated %}
{# Úč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> <ul>
@ -50,9 +53,12 @@
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}
{% endif %}
{% empty %} {% empty %}
Žádná soustředění zatím neproběhla! Žádná soustředění zatím neproběhla!
{% endfor %} {% endfor %}
{% else %}{% include 'seminar/pracuje_se.html' %}{% endif %}{% endblock %} {#% else %}{% include 'seminar/pracuje_se.html' %}{% endif %#}
{% endblock %}

Loading…
Cancel
Save