{% extends 'user/tabs.html' %} {% load crispy_forms_filters %} {% block title %}Puchar Dyrektora - zgłoś uczniów{% endblock %} {% block tab %} {% if students %}
Identyfikator | Uczeń | Klasa | {% if ongoing.scores_eliminations %}Liczba punktów zdobytych podczas eliminacji | {% if ongoing.entry_threshold > 0 %}Wynik eliminacji | {% endif %} {%endif %}
---|---|---|---|---|
{{ student.identifier }} | {{ student.name }} {{ student.surname }} | {{ student.grade }} | {% if ongoing.scores_eliminations %}{{ student.score_first | default:"-" }} | {% if ongoing.entry_threshold > 0 %}{% if student.score_first > ongoing.entry_threshold %} Uczeń zakwalifikowany do finału {% else %} Uczeń niezakwalifikowany do finału {% endif %} | {% endif %} {% endif %}