{% extends "base.html" %} {% block title %}{{ page_title }} · {{ app_title }}{% endblock %} {% block content %} {% include "components/page_header.html" %}
{{ section["body"] }}
| {{ col["label"] }} | {% endfor %}
|---|
| {% set cell = row[col["key"]] %} {% if col.get("cell") == "link" and cell["href"] %} {{ cell["label"] }} {% elif col.get("cell") == "link" %} {{ cell["label"] }} {% else %} {{ cell }} {% endif %} | {% endfor %}
{% if locale == 'ru' %}Для этой страницы нет разделов.{% else %}No sections available for this page.{% endif %}