{% load i18n %}
{% blocktrans with state=state|yesno:"Enabled,Disabled" %} Status: {{ state }} {% endblocktrans %} {% if state %} {% else %} {% endif %}