cervena text
This commit is contained in:
parent
80aa01d76b
commit
95e164650e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<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