diff --git a/cloud/endagaweb/templates/dashboard/report/call-sms.html b/cloud/endagaweb/templates/dashboard/report/call-sms.html new file mode 100644 index 00000000..221fe735 --- /dev/null +++ b/cloud/endagaweb/templates/dashboard/report/call-sms.html @@ -0,0 +1,154 @@ +{% extends "dashboard/layout.html" %} +{% comment %} +Copyright (c) 2016-present, Facebook, Inc. +All rights reserved. + +This source code is licensed under the BSD-style license found in the +LICENSE file in the root directory of this source tree. An additional grant +of patent rights can be found in the PATENTS file in the same directory. +{% endcomment %} +{% load apptags %} +{% load humanize %} +{% load crispy_forms_tags %} + + +{% block title %} + {% tmpl_const "SITENAME" %} | Report + {% if report_summary %} + | "{{ report_summary }}" + {% endif %} +{% endblock %} + +{% block pagestyle %} + + + +{% endblock %} + +{% block content %} + {% include "dashboard/report/header.html" with header='Call & SMS' %} + +
There is no network activity to display.
+ {% endif %} +