mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
15 lines
383 B
Twig
15 lines
383 B
Twig
|
|
{% extends "admin/base_admin.html.twig" %}
|
||
|
|
|
||
|
|
{% block card_title %}
|
||
|
|
<i class="fas fa-balance-scale fa-tools"></i> {% trans %}part_custom_state.caption{% endtrans %}
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block edit_title %}
|
||
|
|
{% trans %}part_custom_state.edit{% endtrans %}: {{ entity.name }}
|
||
|
|
{% endblock %}
|
||
|
|
|
||
|
|
{% block new_title %}
|
||
|
|
{% trans %}part_custom_state.new{% endtrans %}
|
||
|
|
{% endblock %}
|
||
|
|
|