{% extends "sphene/sphwiki/base.html" %}
{% load i18n %}
{% load sph_extras %}
{% block content %}
{% include "sphene/sphwiki/_snip_header.html" %}
{% trans "Back to Snip" %}
{% if version %}
{% trans "Warning" %}: {% blocktrans with version.editor|sph_html_user as version_editor and version.edited|sph_date as version_editdate %}You are editing an old version: By {{ version_editor }} at {{ version_editdate }}{% endblocktrans %}
{% endif %}
See WikiDocumentation on how to format your input.
{% endblock %}