{% extends "lingo/pricing/manager_agenda_pricing_list.html" %} {% load gadjo i18n %} {% block breadcrumb %} {{ block.super }} {{ object }} {% endblock %} {% block appbar %}

{{ object }} [{% trans "identifier:" %} {{ object.slug }}]

{% endblock %} {% block content %} {% with iter_matrix=object.iter_pricing_matrix|list agendas=object.agendas.all %}
{% if object.pricing.reduction_rate %} {% endif %} {% if object.subscription_required %} {% endif %} {% if object.flat_fee_schedule %} {% endif %} {% for matrix in iter_matrix %} {% empty %} {% endfor %}
  • {% trans "Pricing model:" %} {{ object.pricing }}
  • {% blocktrans trimmed with start=object.date_start|date:'d/m/Y' end=object.date_end|date:'d/m/Y' %}From {{ start }} to {{ end }}{% endblocktrans %}
  • {% trans "Flat fee schedule:" %} {{ object.flat_fee_schedule|yesno }}
  • {% if object.flat_fee_schedule %}
  • {% trans "Subscription required:" %} {{ object.subscription_required|yesno }}
  • {% endif %}
{% if object.pricing.reduction_rate %} {% endif %} {% if object.subscription_required %} {% endif %} {% if object.flat_fee_schedule %} {% endif %} {% for matrix in iter_matrix %} {% empty %} {% endfor %}
{% endwith %} {% endblock %}