{% if View %}
{% if Show_Title %}

{{"_VIEW_PROFILE_TITLE"|trans}}

{% endif %} {{message}} {{form_fields}} {% if Edit_Permission %} {% endif %} {% if Screen_Name_Unconfirmed %} {{openForm}}
{{screen_name_confirmed_info}}
{{closeForm}} {% elseif Screen_Name_Confirmed %} {{screen_name_confirmed_message}} {% endif %}
{% elseif Edit %}
{% if Show_Title %}

{{"_EDIT_PROFILE_TITLE"|trans}}

{% endif %} {% if errors %}
{{errors}}
{% endif %} {{openForm}} {{form_fields}}
{{"_CANCEL"|trans}} {{closeForm}}
{% elseif No_User %}

{{'You must be logged in as an Extranet User to see this Plugin.'|trans}}

{% endif %}