13 lines
410 B
Twig
13 lines
410 B
Twig
{% extends 'stdgrid.html.twig' %}
|
|
|
|
{% block body %}
|
|
<div class="page">
|
|
<section class="section-widget section-widget-padded">
|
|
|
|
{% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': null} only %}
|
|
|
|
<a class="section-widget-button-like" href="{{ download }}"> {{ 'Download link' | trans }}</a>
|
|
</section>
|
|
|
|
</div>
|
|
{% endblock body %} |