mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 20:04:34 +02:00
9 lines
279 B
Twig
9 lines
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>
|