{% extends "sphene/sphwiki/base.html" %} {% load i18n %} {% load sph_extras %} {% block head %} {{ block.super }} {% if sph_settings.wiki_rss_url %} {% endif %} {% endblock %} {% block content %} {% include "sphene/sphwiki/_snip_header.html" %} {% if redirects %} {% endif %} {% if snip.id %} {% if False and sph.toc %}
{{ sph.toc }}
{% endif %}
{{ snip_rendered_body }}
{% load sph_tagging %}
{% with snip|sph_tag_labels as tag_labels %} {% if tag_labels %}

{% trans "Tags:" %}

{% endif %} {% include "sphene/sphwiki/_snip_footer.html" %}
{% endwith %} {% include commentstemplate %} {% else %} {% blocktrans with snipName as snip_name and "" as snip_prefix and "" as snip_postfix %}Snip {{ snip_prefix }}{{ snip_name }}{{ snip_postfix }} does not yet exist.{% endblocktrans %} {% if snip.has_edit_permission %}{% trans "Create It." %}{% endif %} {% endif %} {% endblock %}