view.html.twig 453 B

12345678910
  1. {% extends 'stdgrid.html.twig' %}
  2. {% block body %}
  3. <section class="frame-section frame-section-padding">
  4. <h1>{% trans %}Attachment %title%{% endtrans %}</h1>
  5. {% include '/cards/blocks/attachment.html.twig' with {'attachment': attachment, 'note': note, 'title': title} only %}
  6. <a class="frame-section-button-like" href="{{ download }}">{% trans %}Original attachment link{% endtrans %}</a>
  7. </section>
  8. {% endblock body %}