- About
- Run
-
Results
-
{% block results %}
{% set has_job = False %}
{% if current_result and current_result not in results %}
{% set has_job = True %}
- {{ current_result }} {% endif %} {% if results | length > 0 %} {% for result in results %}
- {{ result }} {% endfor %} {% elif not has_job %}
- Please run a job! {% endif %} {% endblock %}
- Documentation
- Contact
{% block content %}
{% endblock %}