{% extends "base.html" %} {% load naturaldelta %} {% load remove_whitespace %} {% load profiles %} {% load pathlib %} {% load workstations %} {% load static %} {% load url %} {% load meta_attr %} {% block title %} Algorithm Result - {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block sidebar %}| Metric | Value | |
|---|---|---|
| {{ object.interface.title }} | {% if object.interface.kind == 'STR' %}{{ object.value|slice:"1:-1" }} | {% else %}{{ object.value }} | {% endif %}
Members of the {{ object.viewer_groups.all|oxford_comma }} groups are able to view this result.
{% if object.viewers in object.viewer_groups.all %}The following users are members of this results viewers group:
{% if object.stdout %}{{ object.stdout }}{% else %}No logs found on stdout{% endif %}
{# @formatter:on #}
{% if object.stderr %}{{ object.stderr }}{% else %}No logs found on stderr{% endif %}
{# @formatter:on #}