{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Categories")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Categories")}}{% endblock %} {% block content %}
{{gettext("Add Category")}}
{{gettext("ID")}} | {{gettext("name")}} | {{gettext("description")}} | {{gettext("settings")}} |
{{c.id}} | {{c.name}} | {{c.description}} | {{gettext("Info")}} {{gettext("Edit")}} |