{{ __('Feed subscription', 'woodmart')|esc_html }}
{{ __('Weekly food delivery for your pet', 'woodmart')|esc_html }}
{% if first_name or last_name %} {{ first_name }} {{ last_name }} {% else %} {{ __('Name is not set', 'woodmart')|esc_html }} {% endif %}
{{ __('Phone', 'woodmart')|esc_html }}:
{% if phone %} {{ phone }} {% else %} {{ __('Not filled', 'woodmart')|esc_html }} {% endif %}
{{ __('Email', 'woodmart')|esc_html }}:
{% if email %}{{ email }}
{% if activated %}{{ __('Email is verified', 'woodmart')|esc_html }}
{% else %}{{ __('Email is not verified', 'woodmart')|esc_html }}
{% if uuid %}{{ __('Email with verification link is sent to your email.', 'woodmart')|esc_html }}
{% endif %} {% endif %} {% else %}{{ __('Linked accounts', 'woodmart')|esc_html }}:
{% if tg_account %} {% else %} {% endif %}