{% extends "base.html" %} {% block title %}gallery admin{% endblock %} {% block content %}

Gallery: папки

{% if error %}

{{ error }}

{% endif %} {% if info %}

{{ info }}

{% endif %}

{% if folders|length == 0 %}

Папок пока нет.

{% endif %} {% for f in folders %}
#{{ f['id'] }} {{ f['title'] }}
{{ f['root_path'] }}
enabled={{ f['enabled'] }} · photos={{ counts.get(f['id'], 0) }}
Открыть Доступ Пост
{% endfor %}
{% endblock %}