{%- extends "layouts/" + render_mode + ".html" %} {%- block title %}{{_("Add Account")}}{% endblock %} {%- block content %} {%- if result.form %}

{{_("Create a new Account")}}

{% include "profiles/account-form.html" %}
{%- else %} {{ mailpile('http/redirect', U('/profiles/')) }} {%- endif %} {%- endblock %}