mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 02:19:30 +00:00
14 lines
359 B
Twig
14 lines
359 B
Twig
{% extends "admin/base_admin.html.twig" %}
|
|
|
|
{% block card_title %}
|
|
<i class="fas fa-balance-scale fa-tools"></i> {{ type_label_p(entity) }}
|
|
{% endblock %}
|
|
|
|
{% block edit_title %}
|
|
{% trans %}part_custom_state.edit{% endtrans %}: {{ entity.name }}
|
|
{% endblock %}
|
|
|
|
{% block new_title %}
|
|
{% trans %}part_custom_state.new{% endtrans %}
|
|
{% endblock %}
|
|
|