{% extends "base.html" %} {% load static %} {% block titulo %} .::Nueva - Transferencia {% endblock titulo %} {% block content1 %}
{% csrf_token %} {% ifequal estado 'warning'%}
{% endifequal %}
{% ifnotequal resultado '' %} {% ifequal resultado 'exito' %} {% else %} {% endifequal %} {% endifnotequal %}
{% ifnotequal aso_e 'danger' %} {% if estado == 'danger' and aso_e == '' %}
{% else %} {% if env == 'danger' and aso_e == '' %}
{% else %}
DATOS DEL BENEFICIADO
DATOS DEL SOLICITANTE

DATOS DE LA TRANSFERENCIA

{% endif %} {% endif %} {% else %}
{% endifnotequal %}
Beneficiado Monto Remitente Fecha Origen Destino S/T Comision C. Bancos Moneda Estado
{% endblock content1 %}