2021-04-29 20:51:13 +01:00
|
|
|
{% extends 'stdgrid.html.twig' %}
|
2021-04-28 21:16:59 +01:00
|
|
|
|
|
|
|
{% block body %}
|
2021-10-19 20:33:01 +01:00
|
|
|
<div class="page">
|
2021-09-16 16:27:28 +01:00
|
|
|
<section class="section-widget section-widget-padded">
|
|
|
|
|
2021-10-04 12:17:14 +01:00
|
|
|
{% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': null} only %}
|
2021-09-16 16:27:28 +01:00
|
|
|
|
|
|
|
<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 %}
|