Part-DB-server/templates/admin/_duplicate.html.twig
copilot-swe-agent[bot] 17e83a9da5 Rename Twig globals: col_label, col_input, offset_label
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
2026-03-07 15:10:32 +00:00

5 lines
274 B
Twig

<div class="row mb-2">
<div class="{{ offset_label }} {{ col_input }}">
<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>