{% for p in problems %}

подробнее {% autoescape off %}

{{ p.Description }}

{% endautoescape %} {% if resolved|dict_key:p.id == 1 %}

Задача успешно решена

Скачать решение

{{ message|dict_key:p.id }}

{% else %}
{% csrf_token %}
{% endif %}
{% endfor %}