2017-01-06 19:19:44 +00:00
|
|
|
{# @var account \Skobkin\Bundle\PointToolsBundle\Entity\Telegram\Account #}
|
|
|
|
*Your current settings:*
|
|
|
|
|
2017-01-07 19:20:01 +00:00
|
|
|
Account /link status: {% if account.user %}linked to [@{{ account.user.login }}]({{ account.user.login|point_user_url(true) }}){% else %}Not linked{% endif %}
|
2017-01-07 11:30:30 +00:00
|
|
|
|
2017-01-06 19:19:44 +00:00
|
|
|
User renaming notifications: {% if account.renameNotification %}enabled{% else %}disabled{% endif %}
|
|
|
|
|
|
|
|
Subscribers notifications: {% if account.subscriberNotification %}enabled{% else %}disabled{% endif %}
|
2017-01-07 11:30:30 +00:00
|
|
|
{% if not account.user %}(Not active because account is not linked){% endif %}
|
2017-01-06 19:19:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
Choose what to change.
|