mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Added global remaining daily messages across services to ui
This commit is contained in:
@@ -57,10 +57,8 @@
|
||||
{{ template|string }}
|
||||
|
||||
<div>
|
||||
<h2 class="heading-medium">Daily message limit for this service:</h2>
|
||||
<p class="govuk-body">{{ current_service.name }} - {{ current_service.message_limit }}</p>
|
||||
<h2 class="heading-medium">Daily remaining messages for this service:</h2>
|
||||
<p class="govuk-body">{{ side_nav_remaining_messages }}</p>
|
||||
<h2 class="heading-medium">Messages Remaining Today / Daily Message Limit</h2>
|
||||
<p class="govuk-body"> {{ daily_remaining_messages }} / {{ current_service.message_limit }}</p>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user