{% extends "base.html" %} {% block title %}Resources{% endblock %} {% block content %}

Welcome to Management Portal

{% if current_user.company_id %}

You are logged in for company: {{ current_user.company.name }}

{% if current_user.is_company_admin or current_user.role == 'admin' %} Go to Admin {% endif %}
{% else %} {% endif %}
{% endblock %}