2018-11-06 23:05:03 +01:00
|
|
|
<span id="notes-count">
|
2018-10-19 18:35:31 +02:00
|
|
|
{% if not preferences.theme.is_brutalist %}
|
|
|
|
<span
|
|
|
|
{% if notifications and notifications != '0' %}
|
|
|
|
class="badge"
|
|
|
|
{% endif %}
|
|
|
|
data-badge="{{ notifications }}">
|
|
|
|
Notifications</span>
|
|
|
|
</span>
|
|
|
|
{% else %}
|
|
|
|
<span > Notifications ({{ notifications }})</span>
|
|
|
|
{% endif %}
|
2018-11-06 23:05:03 +01:00
|
|
|
</span>
|