{% extends "base.html" %} {% load url %} {% load crispy_forms_tags %} {% load static %} {% load evaluation_extras %} {% load profiles %} {% load guardian_tags %} {% block breadcrumbs %} {% endblock %} {% block title %} Hanging Protocol - {{ object.title }} - {{ block.super }} {% endblock %} {% block content %}

{{ object.svg_icon }} {{ object.title }}

{% get_obj_perms request.user for object as "user_perms" %}
Created by {{ object.creator|user_profile_link }} {% if 'change_hangingprotocol' in user_perms %}
Edit
{% endif %}

{% if object.description %}
Description
{{ object.description }}

{% endif %}
Schematic sketch of hanging protocol
Json schema
{{ object.json|json_dumps }}
{% endblock %} {% block script %} {{ block.super }} {{ viewport_names|json_script:"possibleViewPorts" }} {% endblock %}