–
This commit is contained in:
parent
c1ae550a78
commit
d34e551b71
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Seznam účastníků - červená znamená že jim nechodí fyzické číslo</h2>
|
<h2>Seznam účastníků – červená znamená že jim nechodí fyzické číslo</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{% for resitel in resitele %}
|
{% for resitel in resitele %}
|
||||||
<li {% if resitel.neposilame %}style="color: white; background-color: red;"{% endif %}>{{ resitel.jmeno }}: {% if resitel.bodydiff > 3 %}🧦{% endif %} {% if resitel.ttitul != resitel.ftitul %} {{resitel.ftitul}} → {{resitel.ttitul}} {% endif %}</li>
|
<li {% if resitel.neposilame %}style="color: white; background-color: red;"{% endif %}>{{ resitel.jmeno }}: {% if resitel.bodydiff > 3 %}🧦{% endif %} {% if resitel.ttitul != resitel.ftitul %} {{resitel.ftitul}} → {{resitel.ttitul}} {% endif %}</li>
|
||||||
|
|
Loading…
Reference in a new issue