{% for cat in sop.categories.all %} {{ cat.name }} {% endfor %}
{{ sop.title }}
Updated {{ sop.updated_at|date:"M j, Y" }}{% if sop.updated_by %} · {{ sop.updated_by.get_full_name|default:sop.updated_by.username }}{% endif %}
View →