{% extends "alertprofiles/base_list.html" %} {% block captioncontent %} Matchfields {% endblock %} {% block theadcols %} {% ifequal order_by "name" %} Name Sorted ascending {% else %} Name {% ifequal order_by "-name" %} Sorted descending {% endifequal %} {% endifequal %} {% ifequal order_by "description" %} Description Sorted ascending {% else %} Description {% ifequal order_by "-description" %} Sorted descending {% endifequal %} {% endifequal %} {% endblock %} {% block tbodycontent %} {% for matchfield in object_list %} {{ matchfield.name }} {{ matchfield.description }} {% endfor %} {% endblock %}