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

14 lines
358 B
HTML

<span id="notes-count">
{% if not preferences.theme.is_brutalist %}
<span
{% if notifications and notifications != '0' %}
class="badge"
{% endif %}
data-badge="{{ notifications }}">
&nbsp; Notifications</span>
</span>
{% else %}
<span >&nbsp; Notifications ({{ notifications }})</span>
{% endif %}
</span>