{% extends request.is_ajax|yesno:'nullcont.htm,tariff_app/ext.html' %} {% load i18n dpagination %} {% block content %}
| {% 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' %} | ||||||