{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags djajax_tags widget_tweaks %} {% block page_title %} {% trans "Welcome!" %} {% endblock page_title %} {% block main_page %} {% include 'cosinnus/messages.html' %} {% captureas label %}

{% trans "We give you full control over what people can see of you on the platform and what you hear from us!" %}

{% trans "Who is allowed to see you on the platform?" %} {% include 'cosinnus/common/help_button_for_popup.html' with help_text_id="helptext_50_profileprivacy" %}

{% trans "Your profile will be set to be publicly visible!" %}

{% trans "This means that your name, avatar and user profile can be seen by ANYONE on the internet and may potentially be included in search engine results!" %}
{% trans "You can change this setting later in your profile settings" %} ({% trans "in the top right menu" %})

{% trans "When may we send you email notifications?" %}

{% trans "You can change or customize this setting later in your notification settings" %} ({% trans "in the top right menu" %}) {% endcaptureas %} {% captureas title %}{% trans "Your privacy: You are in control!" %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="modal-recruit-users" label=label title=title form_action="." title_icon="fa-user" show_inline=True hide_cancel_button=True %} {% endblock main_page %}