1 {% extends '_base.html' %}
8 <th><a href="?sort_by={% if sort_by == "is_active" %}-{% endif %}is_active">active</a></th>
9 <th><a href="?sort_by={% if sort_by == "title" %}-{% endif %}title">title</a></th>
11 {% for condition in conditions %}
13 <td>[{% if condition.is_active %}X{% else %} {% endif %}]</td>
14 <td><a href="condition?id={{condition.id_}}">{{condition.title.newest}}</a></td>
20 <a href="condition">add</a>