{% extends "datatables/list_base.html" %} {% load url %} {% load guardian_tags %} {% load static %} {% block title %} Algorithm Results - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Results for {{ algorithm.title }}

{% get_obj_perms request.user for algorithm as "algorithm_perms" %} {% if "execute_algorithm" in algorithm_perms and algorithm.active_image %}

 Try-out Algorithm

{% endif %} {{ block.super }} {% endblock %} {% block script %} {{ block.super }} {% include 'workstations/partials/session-control.html' %} {% endblock %}