mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
parent
d2b19aa6d5
commit
47702d6131
15 changed files with 2429 additions and 1868 deletions
|
@ -42,12 +42,12 @@
|
|||
<fieldset>
|
||||
<legend>
|
||||
{% if entity.ID %}
|
||||
<strong>{% trans with {'%name': entity.name} %}edit.caption{% endtrans %}</strong>
|
||||
<strong>{% block edit_title %}{% trans with {'%name': entity.name} %}edit.caption{% endtrans %}{% endblock %}</strong>
|
||||
{% if timeTravel is defined and timeTravel is not null %}
|
||||
({{ timeTravel|format_datetime('short') }})
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<strong>{% trans %}new.caption{% endtrans %}</strong>
|
||||
<strong>{% block new_title %}{% trans %}new.caption{% endtrans %}{% endblock %}</strong>
|
||||
{% endif %}
|
||||
</legend>
|
||||
{% if timeTravel is defined and timeTravel is not null %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue