{% 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 %}

Return to list of projects

{% if tag %}

Return to full record list

Return to list of tags

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

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

No records found

{% endif %} {% endblock %}