{% set current_client = get_current_client() %} {% set current_endpoint = request.endpoint or '' %}
Logo {{ _('Client Portal') }}
{% if current_client %}
{{ current_client.name }}
{% endif %}
{% from "components/ui.html" import breadcrumb_nav %} {% block content %}{% endblock %}