{% 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 %}
Event Type User Name Computer Name IP Address Site TimestampCompany
{{ log.event_type }} {{ log.user_name }} {{ log.computer_name }} {{ log.ip_address }} {{ log.api_key.description if log.api_key else 'N/A' }} {{ log.timestamp|format_datetime }} {{ log.company.name if log.company else 'N/A' }}
{% endblock %} {% block scripts %} {% endblock %}