{% extends "chrono/pricing/manager_agenda_pricing_detail.html" %} {% load i18n chrono %} {% block breadcrumb %} {{ block.super }} {% if matrix.criteria %} {% trans "Edit pricing" %} {% else %} {% trans "Edit pricing" %} {% endif %} {% endblock %} {% block appbar %}

{% trans "Edit pricing" %}

{% endblock %} {% block content %}
{% if matrix.criteria %}

{{ matrix.criteria.label }}

{% endif %}
{% csrf_token %} {{ form.management_form }} {% if matrix.rows.0.cells.0.criteria %} {% for cell in matrix.rows.0.cells %} {% endfor %} {% endif %} {% for sub_form in form %} {% with row=matrix.rows|get:forloop.counter0 %} {% for field in sub_form %} {% endfor %} {% endwith %} {% endfor %}
{{ cell.criteria.label }}
{{ row.criteria.label }} {{ field.errors.as_ul }} {{ field }}
{% trans 'Cancel' %}
{% endblock %}