mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
13 lines
No EOL
398 B
Twig
13 lines
No EOL
398 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 title %}
|
|
{% trans %}part.new.card_title{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block card_title %}
|
|
<i class="fas fa-edit fa-plus-square" aria-hidden="true"></i>
|
|
{% trans %}part.new.card_title{% endtrans %}
|
|
{% endblock %} |