{% extends "community/_base.html" %} {% from "macros/box.html" import m_box_content, m_box_menu %} {% import "community/members_macros.html" as macros with context %} {%- from "community/macros.html" import wizard_steps -%} {% block memberscontent %} {% call m_box_content(_("Members Wizard")) %} {{ wizard_steps(steps, 1) }}



{{ _("Add new members") }}

{{ _("Insert or import new members into your community") }}





{{ _("Download CSV file model") }}


{{ _('Next step') }}
{{ csrf.field() }}
{{ csrf.field() }}

{%- deferJS %} {%- enddeferJS %}
{% endcall %} {% endblock %}