Tags:
{% for tag in case_study.tags|tag_split %}
{{ tag }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% if user.is_authenticated %}
{% if user.profile.is_superuser or user == case_study.creator or user == case_study.owner %}
{% meta_creator_owner case_study %}
{% endif %}
{% endif %}