{% load static %} {# NAV HEADER #} {% comment %} Include to add tabs for results views. Required Context: results(list): The dictionary of result content. See below. result_url_name(str): The url of the results. workflow_id(str): UUID of the Workflow. step_id(str): UUID of the Step. Result Dicts: id(str): The UUID of the result. name(str): The name of the result tab. description(str): The description of the result. types(str): The type of the result. Required CSS: {% endcomment %} {% block result_tabs %}
{% endblock %}