{% extends "base.html" %} {% load profiles %} {% load static %} {% load evaluation_extras %} {% block breadcrumbs %} {% endblock %} {% block title %} Hanging Protocols - {{ block.super }} {% endblock %} {% block content %}

Hanging Protocols

Add a hanging protocol

{% for object in object_list %}
{{ object.svg_icon }} {{ object.title }}
Created by {{ object.creator|user_profile_link }}

{{ object.description }}

{{ object.json|json_dumps }}
{% empty %}

No hanging protocols available.

{% endfor %}
{% endblock %} {% block script %} {{ block.super }} {{ viewport_names|json_script:"possibleViewPorts" }} {% endblock %}