{% extends request.is_ajax|yesno:'bajax.html,base.html' %} {% block main %}

{% if tarif_id == 0 %}Создать{% else %}Редактировать{% endif %} тариф

{% if warntext %}
{{ warntext }}
{% endif %}
{% csrf_token %}
{{ form.title }}{{ form.title.errors }}
{{ form.descr }}{{ form.descr.errors }}
{{ form.speedIn }}{{ form.speedIn.errors }}
{{ form.speedOut }}{{ form.speedOut.errors }}
{{ form.amount }}{{ form.amount.errors }}
{{ form.time_of_action }}{{ form.time_of_action.errors }}
{{ form.calc_type }}{{ form.calc_type.errors }}
{% endblock %}