{% extends "base.html" %} {% block title %}Panou admin — Gateway RAR AUTOPASS{% endblock %} {% block content %}
| ID | Companie | CUI | Inregistrat | Actiune | |
|---|---|---|---|---|---|
| {{ acct.id }} | {{ acct.name }} | {{ acct.cui or "—" }} | {{ acct.email or "—" }} | {{ acct.created_at or "—" }} |
Niciun cont in asteptare.
{% endif %}| ID | Companie | CUI | Inregistrat | Actiune | |
|---|---|---|---|---|---|
| {{ acct.id }} | {{ acct.name }} | {{ acct.cui or "—" }} | {{ acct.email or "—" }} | {{ acct.created_at or "—" }} |
Niciun cont activ (in afara de contul dev).
{% endif %}Cont dev implicit (id=1): {{ default_account.name }} — activ={{ default_account.active }} — fara buton de activare/dezactivare (cont de sistem).