{% include 'mainapp/file/info_lg.html' %}
{% include 'mainapp/file/info_sm.html' %}
{% if renderer == "pdf" %}
{% elif renderer == "download" %}
{% endif %}
{% comment %}
Sometimes files from elected people countain information that must not be published on the
internet, e.g. copyrighted images or confidential figures, but are published anyway because
the administration doesn't check that. As by our experience google lists us higher than the
original system, we're than the ones others want to sue. That's why we add a disclaimer
below all files pointing to the original system where the file was originally published.
We also delete all files when they are deleted in the original system.
{% endcomment %}
{% if settings.FILE_DISCLAIMER %}
{% endif %}
{% elif renderer == "txt" %}
{{ file.parsed_text }}{% elif renderer == "image" %}
{% trans "The file can not be shown" %}
{% trans "Download" %} {% else %}{% trans "The file is not available" %}
{# "Counterweight" for the left col to get the main container centered #}