{% extends "base" %} {% block title %} Ответ {% endblock title %} {% block nav %}
Комментарии:
{% if comment | length %}
{{ comment }}
{% endif %}
{% if comment1 | length %}
{{ comment1 }}
{% endif %}
Автор: {{ author }}
{% endif %} {% if copyright | length %}Копирайт: {{ copyright }}
{% endif %} {% if source | length %}Источник: {{ source }}
{% endif %} {% if theme | length %}Тема: {{ theme }}
{% endif %} {% if rating | length %}Рейтинг: {{ author }}
{% endif %} {% if batch_info.description | length %}Чемпионат: {{ batch_info.description }}
{% endif %} {% if tour | length %}Тур: {{ tour }}
{% endif %} {% if id | length %}Номер: {{ id }}
{% endif %}