Files
InvenTree/InvenTree/templates/yesnolabel.html
T
2018-04-17 23:42:25 +10:00

5 lines
126 B
HTML

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