{% extends "base.html" %} {% load filters %} {% block title %}{{project_name}}: List of records{% if tag %} tagged with {{tag}}{% endif %}{% endblock %} {% block header %}

{{project_name}}: List of records{% if tag %} tagged with {{tag}}{% endif %}

{% endblock %} {% block content %} {% if tag %}

Return to full record list

Return to list of tags

{% endif %} {% if object_list %}
{% for record in object_list %} {% endfor %}

include data 
Label Reason Outcome Duration Processes Simulator Script Date Time Tags
Name Version Repository Main file Version
{{record.label}} {{record.reason}} {{record.outcome}} {{record.duration|floatformat:2}} s {{record.launch_mode.get_parameters.n}} {{record.executable.name}} {{record.executable.version}} {{record.repository.url}} {{record.main_file}} {{record.version}}{% if record.diff %}*{% endif %} {{record.timestamp|date:"d/m/Y"}} {{record.timestamp|date:"H:i:s"}} {{record.tags|link}}
{% else %}

No records found

{% endif %} {% endblock %}