{% extends "base.html" %} {% block title %}Usuarios — MarineInvoice Pro{% endblock %} {% block content %}
Gestión de accesos por compañía
@{{ u.username }} {% if u.smtp_user %} · 📧 {{ u.smtp_user }}{% elif u.email %} · {{ u.email }}{% endif %} {% if u.email_title %} · {{ u.email_title }}{% endif %} {% if u.company %} · 🏢 {{ u.company.name }}{% endif %}