12 lines
536 B
Twig
12 lines
536 B
Twig
{# @var account \App\Entity\Telegram\Account #}
|
|
*Your current settings:*
|
|
|
|
Account /link status: {% if account.user %}linked to [@{{ account.user.login }}]({{ account.user.login|point_user_url }}){% else %}Not linked{% endif %}
|
|
|
|
User renaming notifications: {% if account.renameNotification %}enabled{% else %}disabled{% endif %}
|
|
|
|
Subscribers notifications: {% if account.subscriberNotification %}enabled{% else %}disabled{% endif %}
|
|
{% if not account.user %}(Not active because account is not linked){% endif %}
|
|
|
|
|
|
Choose what to change. |