{% extends "revuo/base.html" %} {% block title %}Dashboard{% endblock %} {% block restrict_active %}active{% endblock %} {% block page_body %}

Dashboard

{% for section in sections %}

{{ section.section }} {% if multi_page_info.has_previous %} {% endif %} Page {{ multi_page_info.current }} / {{ multi_page_info.num_pages }} {% if multi_page_info.has_next %} {% endif %}


{% for item in section.items %} {% empty %} {% endfor %}
Item Author Published Actions
{{ item.title }} {{ item.author }} {{ item.authorized }}
No items for this category

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}