{% extends "base.html" %} {% block title %} {{ entry.title }} {% endblock %} {% block content %} {% if entry.url %} View {% endif %}
{{ _("Caused by %(author)s.", author=entry.causer.username) }}
{% else %}{{ _("Caused by a deleted user.") }}
{% endif %}{{ entry.description }}
{% endblock %}