Browse Source

Вывод услуг по шире

devel
bashmak 9 years ago
parent
commit
18b387fc36
  1. 2
      abonapp/templates/abonapp/group_tariffs.html

2
abonapp/templates/abonapp/group_tariffs.html

@ -21,7 +21,7 @@
{% else %} {% else %}
<input name="tr" type="checkbox" value="{{ tariff.pk }}"/> <input name="tr" type="checkbox" value="{{ tariff.pk }}"/>
{% endif %} {% endif %}
{{ tariff.title }}
{{ tariff.title }}, {{ tariff.amount }}{% trans 'currency' %}, {{ tariff.speedOut }}Mbit/s | {{ tariff.speedIn }}Mbit/s
</label> </label>
</div> </div>
{% endfor %} {% endfor %}

Loading…
Cancel
Save