Loc. Mgmt
Dashboard
Boards
Workflows
Layouts
{% if current_user.is_admin() %}
Users
{% endif %}
{{ current_user.username }}
{% if current_user.is_admin() %}
admin
{% endif %}
Sign out
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}