{% import "macros/buttons.html" as buttons %} {% import "macros/icons.html" as icons %} {% extends "admin/clients/list.html" %} {% block head_title_content %}{{ client.name }} ยท {{ super() }}{% endblock %} {% set open_aside = true %} {% macro tab_header(title, route, active) %}
  • {{ title }}
  • {% endmacro %} {% block aside %}

    {{ client.name }}

    {% block tab %}{% endblock %} {% endblock %}