{%- extends "_layout.html" %} {%- macro render_help_dlitem(form_field, form_field_name) %}
{{ form_field.label.text }} ({{ form_field_name }})
{{ form_field.description | safe }}
{%- endmacro %} {%- block content %}

{{ hawat_current_view.get_view_title() }}

{{ get_icon('reference') }} {{ _('Go to full online documentation for Mentat system') }}


{% block contenthelp %}{% endblock contenthelp %}
{%- endblock content %}