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