Plataforma Vinci
{% if current_user.is_authenticated %}
{{ current_user.nome }}
Perfil
Sair
{% else %}
Login
{% endif %}
{% if current_user.is_authenticated %}
{% if current_user.tipo_perfil == 'administrador' %}
Dashboard
Empresas
Usuários
Segmentos
Faixas de Faturamento
Setores
Assuntos
Atividades
Perguntas
{% elif current_user.tipo_perfil == 'consultor' %}
Dashboard
Pesquisas
Dados Comparativos
{% else %}
Dashboard
Respostas
Dados Comparativos
Exportar Relatórios
{% endif %}
{% endif %}
{% block content %}{% endblock %}