{% extends "base.html" %} {% block scripts %} {% endblock scripts %} {% block head_title %}Protocols{% endblock %} {% block title %}Protocols{% endblock %} {% block content %} {% if perms.data.add_protocol %}

Click here for a new protocol

{% endif %}

Protocols ({{object_list.count}})

{% for protocol in object_list %} {% endfor %}
Protocol Wiki Page
{{ protocol }} {% if protocol.wiki_page %}ProtocolWiki{% else %}no{% endif %} Detail {% if perms.data.change_protocol %} Edit {% endif %} {% if perms.data.delete_protocol %} delete {% endif %}
{% endblock content %}