{% extends "base.html" %} {% load i18n %} {% block title %}{{ revision.title }}{% endblock %} {% block content %}

{{ revision.title }}

{{ revision.content }}

{% if revision.comment %}{{ revision.comment }}{% else %}{{ revision.pk }}{% endif %} - {% trans 'Revision by' %} {% if revision.author %}{{ revision.author }}{% else %}{{ revision.author_ip }}{% endif %} at {{ revision.pub_date }}

{% endblock %}