Part-DB-server/templates/admin/_duplicate.html.twig
2026-03-07 15:54:56 +01:00

5 lines
272 B
Twig

<div class="row mb-2">
<div class="{{ offset_col }} {{ input_col }}">
<a class="btn btn-info {% if not is_granted('create', entity) %}disabled{% endif %}" href="{{ entity_url(entity, 'clone') }}">{% trans %}entity.duplicate{% endtrans %}</a>
</div>
</div>