{% extends "base.html" %} {% block title %}{{ profile_user.name or 'Użytkownik' }} - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %} Wstecz
{% if user_companies and user_companies|length > 1 %} {% for uc in user_companies|sort(attribute='company.name') %}{% if uc.company %} {{ uc.company.name }} {% endif %}{% endfor %} {% elif profile_user.company %} {{ profile_user.company.name }} {% else %} Członek portalu Norda Biznes {% endif %} {% if last_active_label %} {{ last_active_label }} {% endif %}
{% if current_user.is_authenticated and current_user.id != profile_user.id %}