2021-04-29 20:51:13 +01:00
|
|
|
{% extends 'stdgrid.html.twig' %}
|
2021-04-28 21:16:59 +01:00
|
|
|
|
|
|
|
{% block body %}
|
2022-01-27 00:54:27 +00:00
|
|
|
<section class="frame-section frame-section-padding">
|
|
|
|
<h1>{{ 'Attachment' | trans }} {{ title }}</h1>
|
2022-02-06 21:37:04 +00:00
|
|
|
{% include '/cards/blocks/attachment.html.twig' with {'attachment': attachment, 'note': note, 'title': title} only %}
|
2022-01-27 00:54:27 +00:00
|
|
|
<a class="frame-section-button-like" href="{{ download }}"> {{ 'Original attachment link' | trans }}</a>
|
|
|
|
</section>
|
2021-04-30 01:51:59 +01:00
|
|
|
{% endblock body %}
|