{% extends "setup.html" %} {% block title %}Provider {{ provider.name }}{% endblock %} {% block page-title %}
  • Provider {{ provider.name }} detail
  • {% endblock %} {% block content %}

    Asterisk Channel Id: {{ provider.asterisk_channel_id }}

    Asterisk Name: {{ provider.asterisk_name }}

    Tech: {{ provider.provider_tech | upper }}

    Channels: {{ provider.channels }}

    Monthly Cost: {{ user_info.currency_symbol }}{{ provider.monthly_cost }} {{ user_info.currency_code }}

    Payment Type: {{ provider.payment_type }}

    Billing Period End: {{ provider.period_end }}

    Rates

    Add Base Rates {% for dest in destination_groups %} {% endfor %}
    Name Country Prefix Minute Fee Connection Fee Billing Interval
    {{ dest.destination_name.name }} {{ dest.destination_country.name }} {{ dest.prefix }} {{ user_info.currency_symbol }}{{ dest.minute_fee }} {{ user_info.currency_code }} {{ user_info.currency_symbol }}{{ dest.connection_fee|floatformat:2 }} {{ user_info.currency_code }} {{ dest.billing_interval }} Assign Bundles

    Configured Bundles

    {% for bundle in bundles %} {% endfor %}
    Destination Cost {{ user_info.currency_code }} Minutes/Sessions Start End Used Priority
    {{ bundle.destination_group.destination_name.name }} {{ user_info.currency_symbol }}{{ bundle.cost|floatformat:2 }} {{ bundle.amount }} {{ bundle.tariff_mode }}s {{ bundle.start_date | date:"d/M/Y" }} {{ bundle.end_date | date:"d/M/Y" }} {{ bundle.usage }} {{ bundle.priority }}
    {% endblock %}