{{ hawat_current_view.get_view_title() }}
Permissions
{%- for key, val in get_endpoints_dict()|dictsort%}
{{ get_icon('module-{}'.format(val.module_name)) }}
{{ get_icon(val.get_view_icon()) }}
|
{{ key }}
|
{%- if val.authentication %}
authenticated
{%- else %}
anonymous
{%- endif %}
|
{%- if val.authorization %}
{%- for auitem in val.authorization %}
{{ auitem|pprint }}
{%- endfor %}
{%- else %}
unauthorized
{%- endif %}
|
{%- endfor %}
Timezone settings
UTC time: |
{{ get_datetime_utc() }} |
Server local time: |
{{ get_datetime_local() }} |
User preference timezone: |
{{ babel_format_datetime(get_datetime_utc()) }} ({{ g['timezone'] }}) |
Configuration
{{ config|pprint }}
Session
{{ session|pprint }}
Current user
{{ current_user|pprint }}
G
{%- for k in g %}{{ k }}: {{ g[k]|pprint }}{%- endfor %}
Menu - main
{{ hawat_current_menu_main|pprint }}
---
{{ hawat_current_menu_main.get_menu()|pprint }}
Menu - auth
{{ hawat_current_menu_auth|pprint }}
---
{{ hawat_current_menu_auth.get_menu()|pprint }}
Menu - anon
{{ hawat_current_menu_anon|pprint }}
---
{{ hawat_current_menu_anon.get_menu()|pprint }}