{% 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 %}{% endif %} {% for student in students %} {% if ongoing.scores_eliminations %}{% endif %} {% endfor %}
Identyfikator Uczeń KlasaWynik uzyskany podczas eliminacji
{{ student.identifier }} {{ student.name }} {{ student.surname }} {{ student.grade }}{{ student.score_first | default:"-" }}
{% else %}
Żaden uczeń nie został zgłoszony
{% endif %} {% endblock %}