From de67e441f9537d872ba22df66b2637e7f2964b6d Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 12 Mar 2025 12:11:46 -0700 Subject: [PATCH] removing comments --- app/templates/views/dashboard/dashboard.html | 42 +++++++++----------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index 3af1b2ae4..61ae115c1 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -1,12 +1,12 @@ - - {% extends "withnav_template.html" %} -{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, hidden_field_heading, row_heading, notification_status_field, notification_carrier_field, notification_carrier_message_field %} +{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, +hidden_field_heading, row_heading, notification_status_field, notification_carrier_field, +notification_carrier_message_field %} {% from "components/ajax-block.html" import ajax_block %} {% block service_page_title %} - Dashboard +Dashboard {% endblock %} {% block maincolumn_content %} @@ -15,32 +15,28 @@
-

Dashboard

-{% if current_user.has_permissions('manage_templates') and not current_service.all_templates %} +

Dashboard

+ {% if current_user.has_permissions('manage_templates') and not current_service.all_templates %} {% include 'views/dashboard/write-first-messages.html' %} -{% endif %} - + {% endif %} - + {% include 'views/dashboard/_upcoming.html' %} -{% include 'views/dashboard/_upcoming.html' %} +

{{ current_service.name }} Dashboard

-

{{ current_service.name }} Dashboard

+
+

Total messages

+ +
+
+
-
-

Total messages

- -
-
-
+ {% include 'views/dashboard/activity-table.html' %} -{% include 'views/dashboard/activity-table.html' %} + {% if current_user.has_permissions('manage_service') %}{% endif %} -{% if current_user.has_permissions('manage_service') %}{% endif %} - - - -{% include 'views/dashboard/most-used-templates.html' %} + {% include 'views/dashboard/most-used-templates.html' %}