mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-28 05:53:43 +03:00
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
|
Доброе утро, {{ user.username }}!
|
||
|
|
||
|
Уведомляем вас, что во время вашей поездки в {{ route.title }} ожидаются осадки:
|
||
|
{% for alert in alerts %}
|
||
|
- {{ alert }}
|
||
|
{% endfor %}
|
||
|
|
||
|
Вы можете изменить маршрут по ссылке: {{ link }}
|