{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Company Access Required" %}{% endblock %} {% block content %}
{% blocktrans with user=user.first_name|default:user.email %} Welcome {{ user }}! To access ERICA, you need to be linked to a company. {% endblocktrans %}
{% trans "ERICA is a comprehensive business management platform designed to work within companies. To access the system, you must be associated with a company account." %}
{% trans "Contact our support team to get added to a company or to create a new one." %}
{% trans "Logged in as:" %} {{ user.email }}
{% trans "This is a protected environment. Only authorized users can access the system." %}