{% block head %}{% endblock %}
Tracking Setup
{% if user %}
{% if user.is_internal %}
Dashboard
Organizations
Clients
{% endif %}
{{ user.name or user.email }}
({{ user.role }})
Sign out
{% endif %}
{% block content %}{% endblock %}