mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-06 23:30:24 +00:00
14 lines
253 B
HTML
14 lines
253 B
HTML
{% extends "modal_form.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block pre_form_content %}
|
|
|
|
{{ block.super }}
|
|
<!--
|
|
<p>
|
|
<b>{{ name }}</b><br>
|
|
{{ description }}<br>
|
|
<i>{% trans "Current value" %}: {{ value }}</i>
|
|
</p>
|
|
-->
|
|
{% endblock %} |