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