{# WORKFLOW TAB PANEL #} {% comment %} Include to add the workflow tab content. Also include the workflow_tab.html to get the tab link. Required Context Variables: workflow(TethysWorkflow): the workflow containing the steps that will be rendered. steps(list): list of dictionaries containing metadata about each step in the given workflow. current_step(Step): the current step. step_url_name(str): the name of the url pattern for the current step. Required CSS: {% endcomment %} {% block workflow_tab_content %}
{% endblock %}