| {{ row.created_at }} | {{ row.event_type }} | {{ row.username or 'guest' }} | {{ row.ip_address or '-' }} | {{ row.country_code or '-' }} | {{ row.path or '-' }} | {{ row.status_code or '-' }} | {% if row.provider_id %}provider={{ row.provider_id }} {% endif %}{% if row.rotation_id %}rotation={{ row.rotation_id }} {% endif %}{% if row.autoselect_id %}autoselect={{ row.autoselect_id }} {% endif %}{% if row.listing_id %}listing={{ row.listing_id }} {% endif %}{% if row.metadata %}{{ row.metadata|tojson }}{% endif %} |
{% endfor %}