{% extends "onboarding_base.html" %} {% load static %} {% load i18n %} {% block content %}

Better grazing decisions start with better data.

Empowering the data-driver transition to regenerative grazing.

23 {% trans "Organizations already sharing data" %}

{% csrf_token %} {% if form.non_field_errors %} {% endif %}
{{ form.firstname }} {{ form.firstname.errors }}
{{ form.lastname }} {{ form.lastname.errors }}
{{ form.email }} {{ form.email.errors }}
{{ form.organization }} {{ form.organization.errors }}

Drag and drop your file here or browse

Max file size: 10 Mo
{{ form.organization_logo }}
{{ form.organization_logo.errors }}
{% for choice in form.organization_type %} {% endfor %}
{% endblock %}