{% extends 'base.html' %} {% macro render_pipeline(pipeline) -%} {{ pipeline.name }} {{ pipeline.time_of_results }} Show details {%- endmacro %} {% block breadcrumb %} {% endblock %} {% block content %}

List of all hyperpipes

For more details select one
{% if pipelines %} {% for pipeline in pipelines %} {{ render_pipeline(pipeline) }} {% endfor %}
Name Time of results Options
{% else %}

Nothing to see yet! Come back soon and check for updates.

{% endif %}
{% endblock %}