2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00
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 %}