{% extends "site_base.html" %} {% load i18n %} {% block title %} Input Preparation Toolkit {% endblock title %} {% block extra_head %} {{ block.super }} {% if oqp_version_maj == '1' %} {% else %} {% endif %} {% endblock extra_head %} {% block body %}
{% block oq_context_ribbon %} {% endblock oq_context_ribbon %}
{% block oq_body_heading %}

{% trans "Input Preparation Toolkit" %}


{% endblock oq_body_heading %}
Loading…
{% include "ipt/tabs/exposure.html" %}
{% include "ipt/tabs/fragility.html" %}
{% include "ipt/tabs/consequence.html" %}
{% include "ipt/tabs/vulnerability.html" %}
{% include "ipt/tabs/earthquake_rupture.html" %}
{% include "ipt/tabs/config_files.html" %}
{% endblock body %} {% block extra_script %} {{block.super}} {% with subtab_semi=request.GET.subtab_id|default:0 %} {% if request.GET.example_id|add:"0" > 0 and request.GET.example_id|add:"0" < 100 and request.GET.tab_id|add:"0" > 0 and request.GET.tab_id|add:"0" < 7 and subtab_semi|add:"0" >= 0 and subtab_semi|add:"0" < 5 %} {% else %} {% endif %} {% endwith %} {% endblock extra_script %}