{% extends 'base_super.html' %} {% block title %}Drugi etap{% endblock %} {% block body %}
{{ assignment.content }}
{{ form.file.label }}:
{% if assignment.active %}{{ form.file }}{% endif %} {% if attachment.file %} {{ attachment.filename }} {% else %} (nie wysłano pliku) {% endif %}