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