{% extends 'user/tabs.html' %} {% load crispy_forms_filters %} {% block title %}Puchar Dyrektora - zgłoś uczniów{% endblock %} {% block tab %} {% if students %}
Zgłoszeni uczniowie {% if ongoing.scores_eliminations %} {% if ongoing.entry_threshold > 0 %} {% endif %} {%endif %} {% for student in students %} {% if ongoing.scores_eliminations %} {% if ongoing.entry_threshold > 0 %} {% endif %} {% endif %} {% endfor %}
Identyfikator Uczeń KlasaLiczba punktów zdobytych podczas eliminacjiWynik eliminacji
{{ student.identifier }} {{ student.name }} {{ student.surname }} {{ student.grade }} {{ student.score_first | default:"-" }} {% if student.score_first > ongoing.entry_threshold %} Uczeń zakwalifikowany do finału {% else %} Uczeń niezakwalifikowany do finału {% endif %}
{% else %}
Żaden uczeń nie został zgłoszony
{% endif %} {% endblock %}