{% extends "partial/layout.html.twig" %} {% block title %}{{ isTrial==true?t("account_successfully_temp_converted", "Temp Account Converted"):t("account_successfully_registered", "Account Created") }}{% endblock %} {% block description %}{{ t("register_complete_meta_description", "Your registration has been completed.") }}{% endblock %} {% block keywords %}{{ t("register_complete_meta_keywords", "registration, completed, file, hosting, site") }}{% endblock %} {% block body %}

{{ isTrial==true?t("account_successfully_temp_converted", "Temp Account Converted"):t("account_successfully_registered", "Account Created") }}

{% if isTrial==true %}

{{ t("register_complete_main_text_temp_converted", "We've converted your temp account to a registered account and sent your new password via email. Please check your spam filters to ensure emails from this site get through. ") }}

{% else %}

{{ t("register_complete_main_text", "We've sent an email to your registered email address with your access password. Please check your spam filters to ensure emails from this site get through. ") }}

{% endif %}

{{ t("register_complete_email_from", "Emails from this site are sent from ") }} {{ SITE_CONFIG_DEFAULT_EMAIL_ADDRESS_FROM }}

{{ t("login", "login")|title }}
{% endblock %}