{% extends "base.html" %} {% comment %} * Copyright (c) 2016 Idiap Research Institute, http://www.idiap.ch/ * Contact: beat.support@idiap.ch * * This file is part of the beat.web module of the BEAT platform. * * Commercial License Usage * Licensees holding valid commercial BEAT licenses may use this file in * accordance with the terms contained in a written agreement between you * and Idiap. For further information contact tto@idiap.ch * * Alternatively, this file may be used under the terms of the GNU Affero * Public License version 3 as published by the Free Software and appearing * in the file LICENSE.AGPL included in the packaging of this file. * The BEAT platform is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. * * You should have received a copy of the GNU Affero Public License along * with the BEAT platform. If not, see http://www.gnu.org/licenses/. {% endcomment %} {% load fingerprint %} {% load ui_tags %} {% load humanize %} {% load search_tags %} {% load report_tags %} {% load plotter_tags %} {% load markup %} {% load fingerprint %} {% block title %}{{ block.super }} - {{ plotterparameter.fullname }}{% endblock %} {% block stylesheets %} {{ block.super }} {% if owner %} {% code_editor_css %} {% endif %} {% endblock %} {% block scripts %} {{ block.super }} {% if owner %} {% code_editor_scripts "rst" %} {% endif %} {% endblock %} {% block content %}
{% if plotterparameter == 'CREATION_MODE' %} {% plotterparameter_viewer_editor plotterparameter%} {% elif plotterparameter_mode == 'NEW_VERSION_MODE' %} {% plotterparameter_viewer_editor_new_version plotterparameter%} {% elif plotterparameter_mode == 'FORK_MODE' %} {% plotterparameter_viewer_editor_fork plotterparameter%} {% else %}
{% contribution_breadcrumb_plotterparameter plotterparameter %}
{% plotterparameter_actions plotterparameter False %}
{% if plotterparameter.short_description %}

{{ plotterparameter.short_description }}

{% endif %} {% if plotterparameter.fork_of %}
{% endif %} {% if plotterparameter.get_sharing_display != 'Private' %}
{# Navigation Tabs #} {# Navigation Panes #}
{% plotterparameter_sampleplot plotterparameter %} {% plotterparameter_merged_parameters plotter_origin plotterparameter %}
{% doc_editor plotterparameter 'api_plotterparameters:object' False %}
{% if owner %}
{% plotterparameter_sharing plotterparameter %}
{% endif %}
{% if reports.count %}

Reports

{% report_table reports.all owner "report-list" %} {% else %} No reports are using this plotterparameter. {% endif %}
{% history "plotters/plotterparameter" plotterparameter "history" 400 %}
{% else %} {% if plotterparameter.plotter == None %} {% plotterparameter_viewer_editor plotterparameter%} {% else %}
{# Navigation Tabs #} {# Navigation Panes #}
{# panel-heading #}
{# panel-body #}
{# collapse #}
{# panel #}
{# panel-group #}
{# col-sm-12 #}
{# row #}
{% doc_editor plotterparameter 'api_plotters:all' %}
{% if owner %}
{% plotterparameter_sharing plotterparameter %}
{% endif %}
{% if reports.count %}

Reports

{% report_table reports.all owner "report-list" %} {% else %} No reports are using this plotterparameter. {% endif %}
{% history "plotters/plotterparameter" plotterparameter "history" 400 %}
{% endif %} {% endif %} {% plotterparameter_saved "plotterparameter_saved" %} {% endif %} {% endblock %}