{% extends "lingo/pricing/manager_pricing_list.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Criterias" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Criterias" %} {% endblock %} {% block appbar %}

{% trans 'Criterias' %}

{% endblock %} {% block content %}

{% trans "Define here pricing criterias used in pricings." %}

{% if object_list %}

{% blocktrans trimmed %} Use drag and drop with the ⣿ handles to reorder criterias inside a category. {% endblocktrans %}

{% endif %} {% for object in object_list %}

{{ object }} [{{ object.slug }}] {% trans "Export"%} {% trans "Delete"%}

{% empty %}
{% blocktrans trimmed %} This site doesn't have any pricing category yet. Click on the "New category" button in the top right of the page to add a first one. {% endblocktrans %}
{% endfor %} {% endblock %} {% block sidebar %} {% endblock %}