6 lines
153 B
HTML
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>
|