{% extends "../base.html" %} {% block title %}{{ _("Home") }}{% end block %} {% block content %}

{{ _("Hello, %s!") % current_user.first_name }}

{{ _("Welcome to the IPFire People Portal where you can manage your account and get in touch with others") }}

{% if not current_user.consents_to_promotional_emails %}
{{ _("You are currently not subscribed to important updates from the IPFire Project") }}

{{ _("Subscribe to receive notifications about important security updates of IPFire and other news from inside the project") }}

{% raw xsrf_form_html() %}
{% end %} {% if hints %}

{{ _("Tell us more about you!") }}

{{ _("Become a part of our community and allow other people to connect with you!") }}

{% end %}
{% end block %}