{% extends "sphene/sphwiki/base.html" %}
{% load i18n %}
{% load sph_extras %}
{% block head %}
{{ block.SUPER }}
{% endblock %}
{% block content %}
{% include "sphene/sphwiki/_snip_header.html" %}
{% trans "Back to Snip" %}
{% if next_change or prev_change %}
{% if prev_change %}
<-- {% trans "Previous Change" %}
{% endif %}
{% if prev_change and next_change %} | {% endif %}
{% if next_change %}
{% trans "Next Change" %} -->
{% endif %}
{% endif %}
{% if fromchange %}
{% trans "Diff Summary" %} | ||
---|---|---|
{% trans "Title" %} | {{ fromchange.title }} | {{ tochange.title }} |
{% trans "Date" %} | {{ fromchange.edited|sph_date }} | {{ tochange.edited|sph_date }} |
{% trans "Editor" %} | {% sph_html_user fromchange.editor %} | {% sph_html_user tochange.editor %} |
{% trans "Edit" %} | {% trans "Edit this version" %} | {% trans "Edit this version" %} |
Tags |