{% extends 'base.html' %} {% load i18n %} {% block content %}

{% blocktrans %} These files are provided to your team personally. They are confidential, do not share them with anyone else! {% endblocktrans %}

{% if downloads %} {% else %} {% trans 'No downloads available at the moment.' %} {% endif %} {% endblock %}