{% extends "menu.html" %} {% load is_in_filter %} {% block head %} {% endblock %} {% block title %}{{ section.title }}{% endblock %} {% block content %}
Comments:
{% if comments %}{% for comment in comments %} {% ifequal comment '>>>' %}-
{{ comment.owner }}
{{ comment.date|date:"d.m.Y H:i" }}
{{ comment.text|urlize|linebreaks }}
{% endifequal %}{% endifequal %}
{% endfor %}
{% endif %}{% else %}{% ifequal comment '<<<' %}
{% else %}Comment: