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

{% blocktrans with snip.changed|sph_date as snip_changedate and snip.editor|sph_html_user as snip_editor %}Last Modified: {{ snip_changedate }} by {{ snip_editor }}{% endblocktrans %} - [ {% trans "Snip Changes" %} ] [ {% trans "Wiki History" %} ]

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