2021-04-29 20:51:13 +01:00
|
|
|
{% extends 'stdgrid.html.twig' %}
|
2021-04-28 21:16:59 +01:00
|
|
|
|
|
|
|
{% block body %}
|
2021-04-30 02:51:03 +01:00
|
|
|
<div class="content">
|
2021-09-16 16:27:28 +01:00
|
|
|
<section class="section-widget section-widget-padded">
|
|
|
|
|
|
|
|
{% include '/attachments/view.html.twig' with {'attachment': attachment, 'note': null} only %}
|
|
|
|
|
|
|
|
<a class="section-widget-button-like" href="{{ download }}"> {{ 'Download link' | trans }}</a>
|
|
|
|
</section>
|
|
|
|
|
2021-04-28 22:25:35 +01:00
|
|
|
</div>
|
2021-04-30 01:51:59 +01:00
|
|
|
{% endblock body %}
|