{% extends "base.html" %} {% block content %} {% set methods = ["all"] %} {% set codes = ["all"] %} {% set reasons = ["all"] %} {% set countries = ["all"] %} {% for report in reports %} {% if report["method"] not in methods %} {% if methods.append(report["method"]) %}{% endif %} {% endif %} {% if report["status"] not in codes %} {% if codes.append(report["status"]) %}{% endif %} {% endif %} {% if report["reason"] not in reasons %} {% if reasons.append(report["reason"]) %}{% endif %} {% endif %} {% if report["country"] not in countries %} {% if countries.append(report["country"]) %}{% endif %} {% endif %} {% endfor %}
{{ info['name'] }}
{{ info['data'] }}
{{ header['name'] }}
{% endfor %}{{ report['date'] }}
{{ report['ip'] }}
{{ report['country'] }}
{{ report["method"] }}
{{ report['url'] }}
{{ report["status"] }}
{{ report["user_agent"] }}
{{ report["reason"] }}
{{ report["data"] }}