{% extends request.is_ajax|yesno:'nullcont.htm,tariff_app/ext.html' %} {% load i18n dpagination %} {% block content %}
{% with can_ch_trf=perms.tariff_app.change_tariff can_del_trf=perms.tariff_app.delete_tariff %} {% for tar in tariflist %} {% empty %} {% endfor %} {% endwith %} {% if perms.tariff_app.add_tariff %} {% endif %}
{% trans 'tariff' %} {% if order_by == 'title' %}{% endif %} {% trans 'Speed In' %} {% if order_by == 'speedIn' %}{% endif %} {% trans 'Speed Out' %} {% if order_by == 'speedOut' %}{% endif %} {% trans 'Price' %} {% if order_by == 'amount' %}{% endif %} {% trans 'Users count' %} {% trans 'Script' %} #
{% if can_ch_trf %} {{ tar.title }} {% else %} {{ tar.title }} {% endif %} {{ tar.speedIn }} {{ tar.speedOut }} {{ tar.amount }} {% trans 'currency' %} {% if tar.usercount > 0 %} {{ tar.usercount }} {% else %}0{% endif %} {{ tar.get_calc_type_display }} {% if can_del_trf %} {% endif %}
{% trans 'Services does not exist yet' %}. {% if perms.tariff_app.add_tariff %} {% trans 'Create' %} {% endif %}
{% trans 'Add' %}
{% endblock %}