{# Needs some keys in context. See AJAX view "PlotCardView" #} {% extends 'analysis/simple_card_detail.html' %} {% load analysis_tags %} {% load icon_tags %} {% block card_header %}

{{ title }}

{% endblock card_header %} {% block card_body %}
{% if analyses_failure %}{# we only need the navigation if there is anything else than a table #} {% endif %}
{% include 'analysis/analyses_alerts.html' %} {% if analyses_success %} {% include 'topobank_statistics/roughnessparameters_card_datatables.html' %} {% endif %}
{% include 'analysis/analyses_warnings_tab_pane.html' %}
{% if analyses_available %} {% if analyses_success %} {% fa5_icon 'download' %} Download TXT {% fa5_icon 'download' %} Download XLSX {% endif %} {% if not analyses_unready %} {% fa5_icon 'tasks' %} Tasks {% endif %} {% endif %}
{% block card_extra_widgets %} {% endblock card_extra_widgets %}
{% endblock card_body %}