Make it compatible with the SourceColumn class. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
6 lines
153 B
HTML
6 lines
153 B
HTML
{% if value %}
|
|
<div class="text-success">{{ icon_ok.render }}</div>
|
|
{% else %}
|
|
<div class="text-danger">{{ icon_fail.render }}</div>
|
|
{% endif %}
|