{% extends "base.html" %} {% block content %}
{% for s in sops %}

{{ s.title }}

{{ s.purpose[:110] }}{{ '…' if s.purpose|length > 110 }}

{% else %}

No SOPs found.

{% endfor %}
{% endblock %}