{% extends "wizard.html" %} {% block title %} Wizard - Results {% endblock %} {% block page-title %}
  • Test Run Results
  • {% endblock %} {% block content %}
    Summary:
    Calls processed: {{ import_results.calls_saved }}
    Calls not processed: {{ import_results.calls_not_saved }}

    % Not Processed: {{ percentage_not_processed | floatformat:"2" }}

    Calls that could not be saved:
    {% for call in unconfigured_calls %} {% endfor %}
    Date Provider Dialed Number Extension Seconds
    {{ call.date | date:"d/M/Y H:i:s" }} {{ call.provider }} {{ call.dialed_number }} {{ call.extension_number }} {{ call.duration }}

    If you're not satisfied with this results, you can add tariffs to even more specific prefixes.

    Go to Setup

    If everything is as it should be, you're set to go! Run this again to save all assigned costs and start analysing extracted information.

    Run and save
    {% endblock %}