{% extends "base.html" %} {% block title %}{{ account }} - {{ _("Edit") }}{% end block %} {% block main %}

{{ _("Edit") }}

{% raw xsrf_form_html() %}
{{ _("Tell Us Who You Are") }}
{{ _("You can use Markdown syntax as you know it from the IPFire Wiki") }}
{{ _("Upload a new avatar") }}
{% if account.has_mail() %}
{{ _("Email") }}
{{ _("All emails will be forwarded to this email address") }}
{% end %}
{{ _("Telephone") }}
{{ _("Enter your landline and mobile phone numbers") }}
{% if account.has_sip() %}
{{ _("All calls will be forwarded to this phone number or SIP URI") }}
{% end %}
{% end block %}