{% extends "../base.html" %} {% block title %}{{ entry.subject or _("Paste %s") % entry.uuid }}{% end block %} {% block container %}

{{ entry.subject or _("Paste %s") % entry.uuid }}

{{ _("Uploaded %s") % locale.format_date(entry.time_created) }} {% if entry.account %} {{ _("by") }} {{ entry.account }} {% else %} {{ _("from %s") % entry.address }} {% end %}

{% if content %}
{% module Code(content) %}
{% elif entry.mimetype.startswith("image/") %} {% end %}
{{ _("Download") }} ({{ format_size(entry.size) }})
{% end block %}