mirror of
https://github.com/task-17-lct/backend.git
synced 2025-02-21 16:10:33 +03:00
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
Доброе утро, {{ user.username }}!
|
||
|
|
||
|
Уведомляем вас, что во время вашей поездки в {{ route.title }} ожидаются осадки:
|
||
|
{% for alert in alerts %}
|
||
|
- {{ alert }}
|
||
|
{% endfor %}
|
||
|
|