{% extends "base.html" %} {% block navbar_start %} {{ gettext("My cooperations") }} {% endblock %} {% block content %}

{{ gettext("Create Cooperation") }}

{{ "info-circle"|icon }}

{{ gettext("Here you can create a new cooperation.") }}

{{ gettext("A cooperation contains similar products. The prices for all products in a cooperation are averaged to reduce price competition. All producers still receive the credits on sale corresponding to how they planned production.") }}

{{ form.name(class_="input is-large") }}
{{ form.definition(class_="textarea is-large") }}
{% endblock %}