{% load tags %}
{% if value == None %} Não Informado {% else %} {% if value|true %} Sim {% else %} Não {% endif %} {% endif %}