{% for account in template_values['accounts'] %} {% if account.id == template_values['active_account'] %} {{ account.name }} {% endif %} {% endfor %}