mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
9 lines
No EOL
315 B
Twig
9 lines
No EOL
315 B
Twig
{% extends "Parts/edit/edit_part_info.html.twig" %}
|
|
|
|
{% block card_border %}border-success{% endblock %}
|
|
{% block card_type %}bg-success text-white{% endblock %}
|
|
|
|
{% block card_title %}
|
|
<i class="fas fa-edit fa-plus-square" aria-hidden="true"></i>
|
|
{% trans %}part.new.card_title{% endtrans %}
|
|
{% endblock %} |