{% if warnings %}
{% for warning in warnings %}{{warning}}
{% endfor %}
{% endif %} {% if errors %}
{% for error in errors %}{{error}}
{% endfor %}
{% endif %} {% block body %}{% endblock %}

Request history

{% for hosts, proto, request_type, request_args in session.history %} {{hosts}}/{{proto}}: {{ commands_dict[request_type]|replace("...", request_args) }} {% endfor %}