{% extends 'base.html' %} {% load i18n %} {% block base_content %} STATUS: {% if painel.aberto %} ABERTO {% else %} FECHADO {% endif %}