| Label: | {{record.label}} |
{% if record.repeats %}| Repeat of: | {{record.repeats}} |
{% endif %}
| Reason: | {{form.reason}} |
| Outcome: | {{form.outcome}} |
| Timestamp: | {{record.timestamp|date:"d/m/Y H:i:s"}} |
| Duration: | {{record.duration|human_readable_duration}} |
| Executable: | {{record.executable.name}} version {{record.executable.version}} ({{record.executable.path}}) |
| Launch mode: | {% ifequal record.launch_mode.type "SerialLaunchMode" %}serial{% else %}distributed, n={{record.launch_mode.get_parameters.n}}{% endifequal %} |
| Working directory: | {{record.working_directory}} |
| Repository (local): | {{record.repository.url}} |
{% if record.repository.upstream %}
| Repository (remote): | {{record.repository.upstream|urlize}} |
{% endif %}
| Main file: | {{record.main_file}} |
| Version: | {{record.version}}{% if record.diff %}* (diff){% endif %} |
{% if record.script_arguments %}| Arguments: | {{record.script_arguments}} |
{% endif %}
| User: | {{record.user}} |
| Tags: | {{form.tags}} |