{% block extra_css %}{% endblock %}
{{ session.username }} Logout
{% if request.query_params.get('success') %}
Changes saved successfully.
{% endif %} {% if request.query_params.get('error') %}
{% if request.query_params.get('error') == 'csrf' %} Security token expired. Please try again. {% elif request.query_params.get('error') == 'not_found' %} Item not found. {% else %} An error occurred. Please try again. {% endif %}
{% endif %} {% if request.query_params.get('deleted') %}
Item deleted successfully.
{% endif %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}