{% extends "_layout.html" %} {% block title %}{{ hawat_current_view.get_view_title() }}{% endblock %} {% block content %}

{{ hawat_current_view.get_view_title() }}



{% if not current_user.is_authenticated %}

{{ gettext('You have to be authenticated to use most features provided by this application.') }}


{% endif %}
{% endblock %}