{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% block browser_title %}{% blocktrans %}Comments{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Comments{% endblocktrans %}{% endblock %} {% block content %} add {% trans "Write comment" %}
{% if tables.0.rows %}
{% render_table tables.0 %}
{% endif %}
{% render_table tables.1 %}
{% endblock %}