{% block head %}{% endblock %}
{% block title %}{% if site_settings.company_name %}DocuPulse for {{ site_settings.company_name }}{% else %}DocuPulse{% endif %}{% endblock %}
{% block extra_css %}{% endblock %}
{% if site_settings.company_logo %}
{% endif %}
{% if not is_master %}
{% if unread_notifications > 0 %}
{{ unread_notifications }}
{% endif %}
{% endif %}
{{ current_user.username }}
{% if not is_master %}
Profile
{% if current_user.is_admin %}
Settings
{% endif %}
{% endif %}
Logout
Dashboard
{% if not is_master %}
Conversations
Rooms
{% if current_user.is_admin %}
Contacts
{% endif %}
Starred
Trash
{% endif %} {% if not is_master %}
Notifications
{% if current_user.is_admin %}
Settings
{% endif %}
Profile
{% endif %}
Logout
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}