{% extends "page.html" %} {% block title %} File display - {{ config.TRACKER_NAME }} {% endblock %} {% block body_title %} File display {% endblock %} {% block content %}
You are not allowed to view this page.
{% endif %} {% if not context.is_view_ok() and request.user.hasRole('Anonymous') %}Please login with your username and password.
{% endif %} {% if context.is_view_ok() %} {% if context.id %} download {% endif %} {% endif %} {% if context.id %} {{ context.history()|safe }} {% endif %}