{% set current_client = get_current_client() %}
{% set current_endpoint = request.endpoint or '' %}
{% from "components/ui.html" import breadcrumb_nav %}
{% block content %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% endfor %}
{% endif %}
{% endwith %}