{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Categories")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Categories")}}{% endblock %} {% block content %}

{{gettext("All Categories")}}

{{gettext("Add Category")}}
{% for c in categories %} {% endfor %}
{{gettext("ID")}} {{gettext("name")}} {{gettext("description")}} {{gettext("settings")}}
{{c.id}} {{c.name}} {{c.description}} {{gettext("Info")}} {{gettext("Edit")}}
{% endblock %} {% block js_block %} {% endblock %}