{% extends 'blawg/form.html' %} {% load i18n %} {% block title %}{{ entry }}{% endblock %} {% block main %}
{{ error }}
{% trans 'Title' %}
{{ entry.content }}
{% trans 'Public' %}
{% trans 'Allow comments' %}
{% trans 'Allow anonymous comments' %}
{% trans 'Delete' %}
{% trans 'Cancel' %}