Results for Job {{ job.job_id }}

Job submitted on {{ job.submission_date }}

{% if total_jobs > 1 %} {% endif %}

Query Structure

{# Use the 'safe' filter to render SVG content without escaping it #} {{ job.query_svg | safe }}

Job Parameters

Resulting Routes

{# Loop through each route and create a table row #} {% for route in job.routes %} {% else %} {# This block is shown if job.routes is empty #} {% endfor %}
Route # Number of Steps Number of Building Blocks View Route
{{ loop.index }} {{ route.num_steps }} {{ route.num_building_blocks }} View Details →
No routes were found for the given query.