{% from 'include/input_macros.html' import copy_to_clipboard %} {% extends "base.html" %} {% block content %} {% for h in history %} {% endfor %}
Service User User IP Action Date
{% if h.service is not none %} {{h.service[0].upper()}}{{h.service[1:]}}{% endif %} {% for u in users %} {% if u.user_id == h.user_id %} {{ u.username }} {% endif %} {% endfor %} {{ copy_to_clipboard(id=h.ip, value=h.ip) }} {{h.action}} {{h.date}}
{% endblock %}