{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% load i18n %} {% block content %}
| {% trans 'Priority' %} | {% trans 'Service' %} | {% trans 'Sum' %} | {% trans 'Input speed' %} | {% trans 'Output speed' %} | {% trans 'Works until' %} | {% trans 'Do' %} | |
|---|---|---|---|---|---|---|---|
| {{ trf.tariff_priority }} | {% if perms.tariff_app.change_tariff %} {{ trf.tariff.title }} {% else %} {{ trf.tariff.title }} {% endif %} | {{ trf.tariff.amount }} | {{ trf.tariff.speedIn }} | {{ trf.tariff.speedOut }} | {{ trf.deadline|date:"d E Y, l" }} | {% if trf.id != active_abontariff_id %}{% if perms.abonapp.can_activate_service %} {% if not active_abontariff_id %} {% endif %} {% endif %} {% if perms.abonapp.delete_abontariff %} {% endif %} | {% else %}{% trans 'Finish service' %} | {% endif %}
| {% trans 'Services of subscribers not found' %}. {% if perms.abonapp.can_buy_tariff %} {% trans 'Buy' %} {% endif %} | |||||||
| {% trans 'Buy service' %} | |||||||