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