{% load i18n %} {% if value %} {% trans 'Yes' %} {% else %} {% trans 'No' %} {% endif %}