{% extends "base.html" %} {% block contenido %} {{ _('Inicio') }} {% if party_type == 'customer' %} {{ _('Clientes') }} {% else %} {{ _('Proveedores') }} {% endif %} {% if party_type == 'customer' %} {{ party.name }} {% else %} {{ party.name }} {% endif %} {{ _('Solicitar confirmación de saldo') }}