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