{% extends "no_menu_base.html" %} {% load i18n %} {% load config %} {% block all_page_title %} {% vocabulary "share_pl" as v_share_pl %}

{% blocktrans %}{{ v_share_pl }} erwerben{% endblocktrans %}

{% endblock %} {% block allcontent %} {% config "currency" as c_currency %} {% config "share_price" as c_share_price %} {% enriched_organisation "D" as v_d_enriched_organisation %} {% vocabulary "share_pl" as v_share_pl %} {% vocabulary "subscription" as v_subscription %} {% vocabulary "member_type" as v_member_type %} {% vocabulary "share" as v_share %} {% vocabulary "co_member_pl" as v_co_member_pl %}
{% if shares.error %}
{% blocktrans trimmed %} Du brauchst entweder mehr {{ v_share_pl }} für die von dir gewählten {{ v_subscription }}-Bestandteile oder eine deiner Eingaben ist keine postitive Zahl. {% endblocktrans %} (x ∉ ℕ)
{% endif %}
{% trans "Infos" %}: {% blocktrans trimmed %} Um {{ v_member_type }} bei {{ v_d_enriched_organisation }} zu werden, musst du mindestens 1 {{ v_share }} ({{ c_currency }} {{ c_share_price }}) erwerben. Beim Austritt aus {{ v_d_enriched_organisation }} bekommst du deine {{ v_share_pl }} zurück erstattet. {% endblocktrans %} {% if shares.total_required > 0 %} {% blocktrans trimmed with shares.total_required as st %} Für die von dir ausgewählten {{ v_subscription }}-Bestandteile brauchst du insgesamt {{ st }} {{ v_share_pl }}. Du kannst natürlich noch mehr erwerben. {% endblocktrans %}
{% else %} {% blocktrans trimmed %} Als {{ v_member_type }} ohne {{ v_subscription }} benötigst du 1 {{ v_share }}. Du kannst natürlich noch mehr erwerben. {% endblocktrans %}
{% endif %} {% if co_members|length > 0 %} {% blocktrans trimmed %} Teile die restlichen benötigten {{ shares.remaining_required }} {{ v_share_pl }} unter dir und deinen {{ v_co_member_pl }} auf. {% endblocktrans %} {% endif %}
{% csrf_token %}
{% for co_member in co_members %}
{% endfor %}
{% trans "Abbrechen" %}
{% endblock %} {% block scripts %} {% endblock %}