{% extends 'base.html' %} {% load textile_pl from fnp_markup %} {% load chunks %} {% block title %}Drugi etap{% endblock %} {% block body %}

Drugi etap Olimpiady Cyfrowej

{% chunk 'stage2_header' %} {% for assignment in assignments %}

{{ assignment.title }} (do {{ assignment.deadline }})

Zobacz treść zadania
{% csrf_token %} {% for form, attachment in assignment.forms %}

{{ form.file.label }}:

{% if assignment.is_active %}{{ form.file }}{% endif %} {% if attachment.file %} {{ attachment.filename }} ({{ attachment.file.size|filesizeformat }}) {% else %} (nie wysłano pliku) {% endif %}

{% endfor %} {% if assignment.is_active %}{% endif %}
{% endfor %} {% endblock %}