{% extends "layout_plan.html" %} {% block title %}Статьи{% endblock %} {% block styles %} {% endblock %} {% block content %} {% if q %}

Поиск: «{{ q }}»

{% else %}

Все статьи

{% endif %} {% if has_create_articles_permissions %}

{% endif %}
{% with posts=posts interactive=True %} {% include 'magplan/partials/posts_table.html' %} {% endwith %} {% endblock %}