{% extends "tekir_base.html" %} {% block body %}
{% if parents %} {% endif %}

{{ record.title }}

{{ _("Edit") }}

{{ _("Subpages") }}

{% for item in record.children %} {% endfor %}
{{ item["title"] }}

{{ _("Attachments") }}

{% for item in record.attachments %} {% endfor %}
{{ record.url_to(item) }}

{{ _("Do you really want to delete this content?") }}

. (.)

{% endblock %}