Part-DB.Part-DB-server/templates/admin/_duplicate.html.twig

5 lines
251 B
Twig
Raw Permalink Normal View History

<div class="row mb-2">
<div class="offset-3 col">
2022-09-18 16:45:12 +02:00
<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>