{% for category, message in messages %}
                        
                            
                    {% endfor %}
                
            {% endif %}
        {% endwith %}
        {% block content %}{% endblock %}
    
                                {% if category == 'error' %}
                                    
                                    Erreur:
                                {% else %}
                                    
                                    Succès:
                                {% endif %}
                                {{ message }}