2021-11-27 20:23:56 +00:00
|
|
|
{% load i18n %}
|
2022-03-27 23:02:55 +00:00
|
|
|
|
|
|
|
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas-notification" data-bs-scroll="true" aria-labelledby="offcanvas-notification-label">
|
2021-11-27 20:23:56 +00:00
|
|
|
<div class="offcanvas-header">
|
2022-03-27 23:02:55 +00:00
|
|
|
<h5 id="offcanvas-notification-label">{% trans "Notifications" %}</h5>
|
2021-11-27 20:23:56 +00:00
|
|
|
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
|
|
</div>
|
|
|
|
<div class="offcanvas-body">
|
|
|
|
<div id="notification-center">
|
2021-11-28 01:39:57 +00:00
|
|
|
<p class='text-muted'>{% trans "Notifications will load here" %}</p>
|
2021-11-27 20:23:56 +00:00
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<a href="{% url 'notifications' %}">{% trans "Show all notifications and history" %}</a>
|
|
|
|
</div>
|
2022-03-27 23:02:55 +00:00
|
|
|
</div>
|