brutaldon-interfaccia-web-m.../brutaldon/templates/intercooler/notes.html

14 lines
344 B
HTML

<span id="notes-count">
{% 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 %}
</span>