{% extends 'base.html' %} {% with active_page="editor" %} {% block title %}Editor{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block body %} {% if errors %}
× Errors: {{ errors }}
{% endif %}
{% include "prosoul/editor_import.html" %} {% include "prosoul/editor_export.html" %} {% include "prosoul/editor_qmodel.html" %} {% include "prosoul/editor_qmodels.html" %}
{% include "prosoul/editor_goal.html" %} {% include "prosoul/editor_goals.html" %}
{% include "prosoul/editor_attribute.html" %} {% include "prosoul/editor_attributes.html" %}
{% include "prosoul/editor_metric_data.html" %} {% include "prosoul/editor_metric.html" %} {% include "prosoul/editor_metrics.html" %}
{% if not qmodels_form.initial.id %} {% if qmodels_form.id|length == 1 %} {% endif %} {% elif not goals_form.initial.id %} {% if goals_form.id|length == 0 %} {% endif %} {% elif not attributes_form.initial.id %} {% if attributes_form.id|length == 0 %} {% endif %} {% elif not metrics_form.initial.id %} {% if metrics_form.id|length == 0 %} {% endif %} {% endif %} {% endblock %} {% endwith %}