{% extends 'template.html' %} {% block title %}Content Categories{% endblock %} {% block button_toolbar %}
{% endblock %} {% block page_content %}Id | Name | Value | Status | |
---|---|---|---|---|
{{ contentCategory.id }} | {{ contentCategory.name }} | {{ contentCategory.value }} | {% if contentCategory.status == 1 %}active {% else %} inactive {% endif %} | {% if {module: 'content_categories', action: 'edit'} in privileges %} Edit {% endif %} {% if {module: 'content_categories', action: 'delete'} in privileges %} Delete {% endif %} |