{% extends 'v2_base.html' %} {% block title %}Confirm upload{% endblock %} {% block content %}
  • Processing status: {{ processing_status }}
  • {% if suites %}
  • Allure report parsed at: {{ report_parsed_at }}
  • {% endif %}
    {% if suites %} Suites to be created {% endif %} {% if suites %} Cases to be created within existing suites {% endif %} {% if suites %}
    {% csrf_token %}
    {% endif %}
    {% endblock %}