{% if not exercise.continuation %}

Zadanie {{exercise.id_show|default:exercise.id}} ({{ exercise.max_points }} pkt)

{% endif %}
{% for para in exercise.description %}

{{para}}

{% endfor %}
{% if exercise.max_file_size_string %}

Plik nie powinien być większy niż {{exercise.max_file_size_string}}.

{% endif %}
{% autoescape off %} {% for para in exercise.description_after %}

{{para}}

{% endfor %} {% endautoescape %}