{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% block content %}

{{ _("Mail sending test") }}

{% trans -%} This form will send a fake invitation email to the address you want. This should be used for testing mail configuration. {%- endtrans %}
{% call sui.render_form(form) %} {{ sui.render_fields(form) }}
{% endcall %}

{{ _("Email preview") }}

{{ _("Connectivity test") }}
{{ _("Password initialization") }}
{{ _("Password reset") }}
{{ _("Invitation") }}
{% endblock %}