{% extends "lingo/pricing/manager_pricing_list.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% if object.pk %} {{ object }} {% trans "Edit" %} {% else %} {% trans "New pricing model" %} {% endif %} {% endblock %} {% block appbar %} {% if object.pk %}

{% trans "Edit pricing model" %}

{% else %}

{% trans "New pricing model" %}

{% endif %} {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% trans 'Cancel' %}
{% endblock %}