{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "did listing" %}

{% trans "number" %}{{ object.number }}
{% trans "provider max channels" %}{{ object.prov_max_channels }}
{% trans "customer max channels" %}{{ object.cust_max_channels }}
{% trans "description" %}{{ object.description }}
{% trans "provider free call" %}{{ object.provider_free }}
{% trans "customer free call" %}{{ object.customer_free }}
{% trans "created" %}{{ object.created }}
{% trans "modified" %}{{ object.modified }}
{% trans "edit did" %} {% endblock %}