{% extends "panel_base.html" %} {% import '_macros.html' as macros %} {% block header_title %}{{gettext("Categories")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("Categories")}}{% endblock %} {% block content %}
{{gettext("ID")}} | {{gettext("name")}} | {{gettext("settings")}} |
{{c.id}} | {{c.name}} | {{gettext("Delete")}} |