{{ "HI"|translate }} {{ app.user.firstName }},

{{ "GLAD_TO_HAVE_YOU_BACK"|translate }}

{{ regGet('membername') }}

{{ ( profile is defined and profile.status is defined ? profile.status : '' ) }}

{{ "OPEN_MY_PROFILE"|translate }}
{% if activeCampaign is defined %} {% include 'includes/snippets/dashboard.active.campaign.html.twig' with { campaign : activeCampaign } %} {% endif %}