{% 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 %}
{% endblock %}