{% extends "base.html" %} {% load i18n %} {% load wiki %} {% block content %}
{{ content.description|fullwiki }}
{% with content.thumbnails.preview as thumbnail %} {% include 'content/thumbnail.link.part.html' %} {% endwith %}
{% with content.size as filesize %} {% blocktrans %}Size: {{ filesize }}{% endblocktrans %} {% endwith %}  ∼  {% with content.file.mimetype as mimetype %} {% blocktrans %}File type: {{ mimetype }}{% endblocktrans %} {% endwith %}
    {% include 'content/summary.comments.part.html' %}
{% with content.last_comments as comments %} {% include 'content/comments.part.html' %} {% endwith %}
{% endblock %}