create event
This commit is contained in:
4
app/bot/dialogs/templates/profile.jinja2
Normal file
4
app/bot/dialogs/templates/profile.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
<b>Профиль</b>
|
||||
|
||||
<b>Имя:</b> {{ user.fullname}}
|
||||
<b>Телефон:</b> {% if user.phone %}+{% endif %}{{user.phone}}
|
||||
Reference in New Issue
Block a user