{% extends 'base.html.twig' %}
{% block title %}
OceanExpert | Profile
{% endblock %}
{% block stylesheets %}
{% include "navbarlogin.html.twig" %}
{% endblock %}
{% block body %}
{#
#}
{% if status != 0 %}
Profile Updated.
{% else %}
Profile Created.
{% endif %}
{% if status != 0 %}
Your profile has been successfully updated.
{% else %}
Your profile has been successfully created.
This new profile must be approved before it is active, which may take a few business days.
This process ensures the integrity and validity of OceanExpert profiles.
warning: Before approval, your profile won't be displayed
and your OceanExpert credentials can't be used to log into our partner websites
(e.g. the
OceanTeacher eLearning platform,
ODIS Catalogue
and
Ocean CD-Hub
).
{% endif %}
{% if app.user.id is defined %}
An email with an activation link has been sent to your email address.
Use this link within 48 hours to activate your profile
or else all the details you entered in the previous page will be deleted from OceanExpert.
{% endif %}
{# #}
{% include "footer.html.twig" %}
{% endblock %}