{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% set meta = { 'robots': 'noindex', } %} {% block content %}

{{ _('Resend confirmation instructions') }}

{{ _("Fields preceded by a star (*) are required.") }}

{{ forms.render_fields(send_confirmation_form, submit=_('Submit')) }}
{% endblock %}