{% 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 unread_notifications > 0 %}
{{ unread_notifications }}
{% endif %}
{{ current_user.username }}
Profile
{% if current_user.is_admin %}
Settings
{% endif %}
Logout
Dashboard
Conversations
Rooms
{% if current_user.is_admin %}
Contacts
{% endif %}
Starred
Trash
Notifications
{% if current_user.is_admin %}
Settings
{% endif %}
Profile
Logout
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}