{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %} {% if test_action_name %}
{% if test_action_name == "alertchannel_test" %}
{% else %} {% endif %} {% csrf_token %}
{% endif %}
{{ object|meta:"verbose_name"|capfirst }}
{% for label, value in detail_rows %} {% endfor %}
{{ label }} {{ value|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}