{% extends "partial/layout.html.twig" %} {% block title %}{{ trialUser == false?t("register_page_name", "Register"):t("register_page_name_temp_account", "Convert Temp Account") }}{% endblock %} {% block description %}{{ t("register_meta_description", "Register for an account") }}{% endblock %} {% block keywords %}{{ t("register_meta_keywords", "register, account, short, url, user") }}{% endblock %} {% block selected_navigation_link %}register{% endblock %} {% block body %}
{% if trialUser == false %} {{ t("register_text", "Please enter your information to register for an account. Your new account password will be sent to your email address.") }} {% else %} {{ t("register_text_temp_user", "Please enter your information to convert your temp account to a registered account. Your account password will be sent to your email address.") }} {% endif %}