{% extends "base.html" %} {% block body %}
{% if op %}   {% if op == "add" %} {% if opOk %} {% else %} {% endif %} {% elif op == "delete" %} {% if opOk %} {% else %} {% endif %} {% elif op == "enable" %} {% if opOk %} {% else %} {% endif %} {% elif op == "disable" %} {% if opOk %} {% else %} {% endif %} {% endif %} {% endif %}  
  {% if results %} {% for item in results %} {% endfor %}
# Type Mode Text Actions
{{ loop.index }} {{ item.type }} {{ item.mode }} {{ item.text }}
{% endif %}
{% endblock %}