{% extends 'partials/base.html.twig' %} {% block menu %} {% include 'partials/sidebar_right.html.twig' %} {% endblock %} {% block content %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% if show_image and image %} {{ image.cropZoom(img_width, img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }} {% endif %} {{ page.content|raw }} {% for file in page.media.all %} {% include 'partials/download_item.html.twig' with {file: file} %} {% endfor %}

{{ 'FUTURE.DOWNLOADS.TH_NAME'|t }}

{{ 'FUTURE.DOWNLOADS.TH_SIZE'|t }}

{{ 'FUTURE.DOWNLOADS.TH_MODIFIED'|t }}

{{ 'FUTURE.DOWNLOADS.TH_DOWNLOAD'|t }}

{% if show_sidebar == false %} {% endif %} {% endblock %} {% block sidebar %} {% if show_sidebar == true %} {% include 'partials/sidebar_left.html.twig' %} {% endif %} {% endblock %}