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