{%- extends "_layout.html" %} {%- block headcss %} {{ super() }} {%- endblock headcss %} {%- block bodyjs %} {{ super() }} {%- endblock bodyjs %} {%- block content %}
{{ macros_page.render_breadcrumbs() }}

{{ hawat_current_view.get_view_title() }}

{{ macros_page.render_menu_actions() }}


{%- block contentinner %}{% endblock contentinner %}
{%- endblock content %}