example-in-django-waiting-r.../waiting_room/templates/components/tasks/location.html

6 lines
153 B
HTML
Raw Normal View History

2024-11-07 16:20:51 +01:00
<div id="component-notification__location">
{% if location > 0 %}
<p>You have {{ location }} persons in front of you.</p>
{% endif %}
</div>