{% extends "solawi_apps/bidding/event.html" %} {% load i18n solawi_ui solawi_forms %} {% block title %}{% with xobj=object object=event %}{% if xobj %}{% translate "Anteil bearbeiten" %}{% else %}{% translate "Anteil hinzufügen" %}{% endif %} {% title_sep %} {{ block.super }}{% endwith %}{% endblock %} {% block breadcrumbs %} {% if object %} {% else %} {% endif %} {% endblock %} {% block content %}

{% if object %}{% translate "Anteil bearbeiten" %}{% else %}{% translate "Anteil hinzufügen" %}{% endif %}

{% csrf_token %} {% include "solawi_apps/ui/form/non-field-errors.html" %}
{% include "solawi_apps/ui/form/form-field-floating-label.html" with field=form.share_id|form_control|autofocus %}
{% include "solawi_apps/ui/form/form-field-floating-label.html" with field=form.divider|form_control %}
{% include "solawi_apps/ui/form/form-field-floating-label.html" with field=form.owner_name|form_control %}
{% include "solawi_apps/ui/form/form-field-floating-label.html" with field=form.owner_email|form_control %}
{% if object %} {% endif %}
{% endblock %}