{% load i18n %}
{% load sph_extras %}
{% if snip.is_secured %}
{% blocktrans with snip.get_wiki_preference.get_view_display as allowed_users %}This snip is secured - View only allowed by: {{ allowed_users }}{% endblocktrans %}
{% endif %}
{% if snip.id %}
{% if snip.title %}