{% extends "cms/full.html" %} {% load cms_tags i18n cropping %} {% load static from staticfiles %} {% block maincolumn %}
{% csrf_token %} {% for field in form %} {% if forloop.revcounter0 == 1 %}
{% include 'organisation/includes/_field.html' %}
{% elif forloop.revcounter0 == 0 %}
{% include 'organisation/includes/_field.html' %}
{% else %}
{% include 'organisation/includes/_field.html' %}
{% endif %} {% endfor %}
{% endblock maincolumn %} {% block extrajs %}{% endblock %}