{% extends request.is_ajax|yesno:'nullcont.htm,abonapp/ext.htm' %} {% load i18n %} {% block content %} {% trans 'Services of subscriber' %} {% for trf in abon_tarifs %} {% if trf.id != active_abontariff_id %} {% else %} {% endif %} {% empty %} {% endfor %} {% if perms.abonapp.can_buy_tariff %} {% endif %}
{% 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 perms.abonapp.can_activate_service %} {% if not active_abontariff_id %} {% endif %} {% endif %} {% if perms.abonapp.delete_abontariff %} {% endif %} {% trans 'Finish service' %}
{% trans 'Services of subscribers not found' %}. {% if perms.abonapp.can_buy_tariff %} {% trans 'Buy' %} {% endif %}
{% trans 'Buy service' %}
{% endblock %}