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