{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Thank you for joining!" as headingtext %}
{% with type="component" htmltag="h1" title=headingtext %}
<{{htmltag}}>{{title}}{{htmltag}}>
{% endwith %}
{# end include template #}
{% with profile_settings=settings.profiles.UserProfilesSettings %}
{% if profile_settings.activate_dob and not profile_settings.capture_dob_on_reg or profile_settings.activate_display_name and not profile_settings.capture_display_name_on_reg or profile_settings.activate_gender and not profile_settings.capture_gender_on_reg or profile_settings.activate_education_level and not profile_settings.capture_education_level_on_reg %}
{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Let us know your birthday to get access to exclusive content." as headingtext %}
{% with type="subheading" htmltag="p" title=headingtext %}
<{{htmltag}}>{{title}}{{htmltag}}>
{% endwith %}
{# end include template #}
{% else %}
{# include template "patterns/basics/headings/sp_variations/heading.html" #}
{% trans "Update profile to let us know your birthday to get access to exclusive content." as headingtext %}
{% with type="subheading" htmltag="p" title=headingtext %}