mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
7 lines
171 B
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 %} |