{% extends "base.html" %} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock %} {% block title %} General CDR {% endblock %} {% block localization %} General CDR {% endblock %} {% block page-title %}
Date | Dialed Number | Extension | Pinset | Provider | Destination | Duration | Cost | {% for call in calls %}
---|---|---|---|---|---|---|---|
{{ call.date | date:"d/M/Y H:i:s" }} | {{ call.dialed_number }} | {{ call.extension_number }} | {{ call.pinset_number }} | {{ call.provider.name }} | {{ call.destination_group.destination_name.name }} | {{ call.duration }} sec. | {{ user_info.currency_symbol }}{{ call.cost | floatformat:"2"}} {{ user_info.currency_code }} |