{% extends "base-web.html" %} {% block content %}
{% if context.error_toggle %}
OOPS! Some error occurred, please check the instructions below!
{% endif %}
{% if context.error_file %} {{error_file}} {% endif %}
{% if context.error_package %} {{context.error_package}} {% endif %}
{% if context.error_options %} {{context.error_options}} {% endif %}
{% if context.error_timeout %} {{context.error_timeout}} {% endif %}
{% if context.error_priority %} {{context.error_priority}} {% endif %}
{% if context.error_machine %} {{context.error_machine}} {% endif %}
{% if context.error_timeout %} {{context.error_timeout}} {% endif %}
{% endblock %}