{% extends "pinsets.html"%} {% load staticfiles %} {% block css %} {{ block.super }} {% endblock %} {% block title %}Pinset Analytics{% endblock %} {% block page-title %}
Destination | Total Calls | Seconds | Cost {{ user_info.currency_code }} |
---|---|---|---|
{{call.dialed_number}} | {{call.times_dialed}} | {{call.duration}} | {{ user_info.currency_symbol }}{{call.cost | floatformat:"2"}} |
Date | Time | Destination | Minutes | Cost {{ user_info.currency_code }} | Dialed Number |
---|---|---|---|---|---|
{{call.dat}} | {{call.time}} | {{call.name}} | {{call.duration}} | {{ user_info.currency_symbol }}{{call.cost | floatformat:"2"}} | {{call.dialed_number}} |