{% extends "templates/lilcity/index.html" %} {% block content %}
{{ contest.title }}
{{ contest.description }}
{% if not contest_work_uploaded and not contest.finished %} Загрузить свою работу {% endif %}
{% for content in contest.content.all %} {% with template="content/blocks/"|add:content.ctype|add:".html" %} {% include template %} {% endwith %} {% endfor %}
Галерея
{% if not contest_work_uploaded and not contest.finished %} Загрузить свою работу {% endif %}
{% endblock content %}