mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
9 lines
No EOL
279 B
Twig
9 lines
No EOL
279 B
Twig
{# @var entry \App\Entity\LogSystem\UserLoginLogEntry #}
|
|
|
|
IP:
|
|
<span class="badge bg-primary badge-primary">
|
|
<i class="fa-solid fa-network-wired"></i>
|
|
{{ entry.iPAddress }}
|
|
</span>
|
|
|
|
<p class="text-muted">{% trans %}log.user_login.ip_anonymize_hint{% endtrans %}</p> |