2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-06 23:30:24 +00:00
2020-10-25 21:00:06 +11:00

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 %}