This commit is contained in:
ticvac 2025-02-26 21:18:19 +01:00
parent c1ae550a78
commit d34e551b71

View file

@ -16,7 +16,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
<h2>Seznam účastníků - červená znamená že jim nechodí fyzické číslo</h2> <h2>Seznam účastníků &ndash; č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}} &rarr; {{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}} &rarr; {{resitel.ttitul}} {% endif %}</li>