{% for uc in user_companies %}
{% if uc.company %}
{% endif %}
{% endfor %}
{% elif current_user.company_id and current_user.can_manage_company(current_user.company_id) %}
Moja firma
{% elif current_user.company_id %}
Moja firma
{% endif %}
{% if current_user.company_id and current_user.email == 'maciej.pienczyn@inpi.pl' %}
Integracje
{% endif %}
{% if not current_user.company_id %}
Złóż deklarację
{% elif current_user.company and not current_user.company.nip %}
Uzupełnij dane firmy
{% endif %}
Co nowego
Wyloguj
{% endif %}
{% if current_user.is_authenticated and current_user.can_access_admin_panel() %}