{% 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 %}

{{ snip.title }}

{% else %}

{{ snip.name }}

{% endif %} {% for element in snip.get_snip_path %} {% if element.snip %}{% endif %} {{ element.name }} {% if element.snip %}{% endif %} {% if not forloop.last %} / {% endif %} {% endfor %}
{% if snip.has_edit_permission %} [ {% trans "Edit" %} ]{% if user.is_authenticated %} [ {% trans "Attachments" %} ]{% endif %}{% endif %}{% if snip.pdf_enabled %} [ {% trans "Download PDF" %} ]{% endif %}

{% endif %}