example-in-django-waiting-r.../waiting_room/templates/components/tasks/location.html
Andros Fenollosa bbcdbafba0 Add fifo
2024-11-07 16:20:51 +01:00

6 lines
153 B
HTML

<div id="component-notification__location">
{% if location > 0 %}
<p>You have {{ location }} persons in front of you.</p>
{% endif %}
</div>