{% extends "base.html" %} {% block title %}{% if abono %}Editar abono{{ abono.numero }}{% else %}Nuevo abono{% endif %}{% endblock %} {% block page_title %}{% if abono %}Editar abono — {{ abono.numero }}{% else %}Nuevo abono a proveedor{% endif %}{% endblock %} {% block content %} {% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, msg in msgs %}