{{ message }}
{% endif %}
{% endwith %}
Logo del programa Autocable X1
{% with msgs = get_flashed_messages(with_categories=true) %}
{% if msgs %}
{% set category, message = msgs[0] %} {{ message }}
{% endif %}
{% endwith %}
