{% extends base_template %} {% load static %} {% block title %}{{ sop.title }} | SOPs{% if site_name %} | {{ site_name }}{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if sop.categories.all %}
{% for cat in sop.categories.all %} {{ cat.name }} {% endfor %}
{% endif %}

{{ sop.title }}

{% if can_edit %} {% endif %}
{{ rendered_content }}
← Back to SOPs
{% endblock %}