2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00
Files
InvenTree/InvenTree/templates/yesnolabel.html

7 lines
171 B
HTML

{% load i18n %}
{% if value %}
<span class='label label-success'>{% trans 'Yes' %}</span>
{% else %}
<span class='label label-warning'>{% trans 'No' %}</span>
{% endif %}