mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add message history
This commit is contained in:
@@ -10,3 +10,13 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro message_history(title, log, heading_level=2) %}
|
||||
<dl class="sms-message-history">
|
||||
<h{{heading_level}} class="sms-message-history-heading">{{ title }}</h{{heading_level}}>
|
||||
{% for update in log %}
|
||||
<dt class="sms-message-history-time">{{ update.time }}</dt>
|
||||
<dd class="sms-message-history-status">{{ update.status }}</dd>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user