{% extends "setup.html" %} {% block title %}Update provider information{% endblock %} {% block page-title %}
  • Updating provider {{ provider.name }}
  • {% endblock %} {% block content %}
    {% csrf_token %} {{ form.non_field_errors }}
    {{ form.name.errors }}
    {{ form.name }} Custom name for this trunk.
    {{ form.monthly_cost.errors }}
    {{ form.monthly_cost }} Monthly fee charged by this trunk's providers.
    {{ form.period_end.errors }}
    {{ form.period_end }} Day of the month when billing starts.
    {{ form.payment_type.errors }}
    {{ form.payment_type }} Do your provider charges you when your billing period ends, or do you need to pay beforehand in order to use their service?
    {{ form.channels.errors }}
    {{ form.channels }} How many calls can you make at the same time?
    Cancel
    {% endblock %}