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

{% if tarif_id == 0 %}Создать{% else %}Редактировать{% 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 %}