{% extends "base.html" %} {% block head %} {% endblock %} {% block title %}Dashboard{% endblock %} {% block content %}
{% if companies %}
{% endif %}
{% if current_user.is_global_admin() and not selected_company_id %} {% endif %} {% for log in logs %} {% if current_user.is_global_admin() and not selected_company_id %} {% endif %} {% endfor %}
Timestamp Event Type User NameCompanySite Computer Name IP Address
{{ log.timestamp|format_datetime }} {{ log.event_type }} {{ log.user_name }}{{ log.company.name if log.company else 'N/A' }}{{ log.api_key.description if log.api_key else 'N/A' }} {{ log.computer_name }} {{ log.ip_address }}
{% endblock %} {% block scripts %} {% endblock %}