{% extends "manage/manage_base.html" %} {% load i18n %} {% block title %}{% trans "Manage Category" %}{% endblock %} {% block section %}manage-category{% endblock %} {% block left_slot %} {{ categories_portlet|safe }} {% endblock %} {% block content %}
{% trans 'Add Top Category' %} {% if category %} {% trans 'Add Category' %} {% trans 'Delete Category' %} {% trans 'View Category' %} {% trans 'Goto Category' %} {% endif %}
{{ data|safe }}
{{ view|safe }}
{{ seo|safe }}
{{ portlets|safe }}
{% endblock %}