{# Needs some keys in context. See AJAX view "PlotCardView" #} {% extends 'analysis/simple_card_detail.html' %} {% load analysis_tags %} {% load icon_tags %} {% load static %} {% block card_header %} {% if not analyses_unready and analyses_success %} {% endif %}

{{ title }}

{% endblock card_header %} {% block card_body %}
{% include 'analysis/analyses_alerts.html' %}
[[ errorMessage ]] {# Left side with simulation results #}
{% if analyses_success %} {# Show all analyses for which we have results #} {% endif %}
{% if not analyses_unready %} {# Middle with group of tabs #}
{# Right with simulation details and actions #}
{# Tab contents on right side #}
For contact geometry, select a point in the graphs on the left!
For contact pressure, select a point in the graphs on the left!
For displacement, select a point in the graphs on the left!
For gap, select a point in the graphs on the left!
For pressure distribution, select a point in the graphs on the left!
{# BUTTON "TASK INFORMATION" #}
{% if analyses_available and not analyses_unready %} {% fa5_icon 'tasks' %} Tasks {% endif %}
{# ELEMENTS FOR TRIGGERING A CALCULATION #}
{# Substrate selection #}
Type
{# Hardness input #}
Hardness
E*
{# Step selection #}
{# Automatic #}
Number of steps
{# Fixed list #}
Pressures
E*
{# Input of maximum number of iterations #}
{# Automatic #}
Max. number of iterations
{% if request.user.is_anonymous %} {% else %} Some of the input parameters were invalid. We have updated those parameters for you. Please double-check the parameters and click Recalculate when ready. {% endif %}
{% include 'analysis/analyses_warnings_tab_pane.html' %}
{% endif %}
{% endblock card_body %} {% block card_javascript %} {% endblock card_javascript %}