{% extends "base.html" %} {% block title %} {{ entry.title }} {% endblock %} {% block content %} {% if entry.url %} View {% endif %}

{{ entry.title }}

{% if entry.causer %}

{{ _("Caused by %(author)s.", author=entry.causer.display_name) }}

{% else %}

{{ _("Caused by a deleted user.", author=entry.causer.display_name) }}

{% endif %}
{{ entry.description }}
{% endblock %}