diff --git a/logs/templates/logs/machine_history.html b/logs/templates/logs/machine_history.html index 50efbcf5..4af9bf16 100644 --- a/logs/templates/logs/machine_history.html +++ b/logs/templates/logs/machine_history.html @@ -31,17 +31,21 @@ with this program; if not, write to the Free Software Foundation, Inc., - - - - - - + + + + + + {% for event in events %} - +
UserIPv4MACStart dateEnd dateComment{% trans "User" %}{% trans "User" %}{% trans "MAC address" %}{% trans "Start date" %}{% trans "End date" %}{% trans "Comment" %}
{{ event.user.pseudo }} + + {{ event.user }} + + {{ event.ipv4 }} {{ event.mac }} {{ event.start_date }}