{% extends 'wfrs/dashboard/form_base.html' %} {% load currency_filters %} {% load i18n %} {% block form_fields %}

{% trans "Region information" %}

{% include 'dashboard/partials/form_field.html' with field=form.region %} {% include 'dashboard/partials/form_field.html' with field=form.language %} {% include 'dashboard/partials/form_field.html' with field=form.app_type %}
{% trans "Cancel" %}
{% endblock %}