Savly

Group Savings

Analytics View notifications {% if notification_count is defined and notification_count > 0 %} {{ notification_count if notification_count < 10 else '9+' }} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{% if category == 'error' %} {% elif category == 'success' %} {% elif category == 'warning' %} {% elif category == 'info' %} {% endif %}

{{ message }}

{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}