{% extends "base.html" %} {% load config %} {% block all_page_title %}
 

{% vocabulary "share_pl" %} erwerben

{% endblock %} {% block allcontent %}
{% if share_error %}
Du brauchst entweder mehr {% vocabulary "share_pl" %} für das gewählte {% vocabulary "subscription" %} oder eine deiner Eingaben ist keine postitive Zahl.(x ∉ ℕ)
{% endif %}
Infos: Um {% vocabulary "member_type" %} {% enriched_organisation "G" %} zu werden, musst du mindestens einen {% vocabulary "share" %} ({% config "currency" %} {% config "share_price" %}) erwerben. Bei Austritt aus {% enriched_organisation "D" %} bekommst du deinen {% vocabulary "share" %} zurück erstattet. {% if selected_subscription > -1 %} Für das von dir ausgewählte {% vocabulary "subscription" %} brauchst du insgesamt {{ total_shares }} {% vocabulary "share_pl" %}. Du kannst natürlich noch mehr erwerben.
{% else %} Als {% vocabulary "member_type" %} ohne {% vocabulary "subscription" %} benötigst du einen {% vocabulary "share" %}. Du kannst natürlich noch mehr erwerben.
{% endif %} {% if has_co_members %} Teile die restlichen benötigten {{ required_shares }} {% vocabulary "share_pl" %} unter dir und deinen {% vocabulary "co_member_pl" %} auf. {% endif %}
{% csrf_token %}
{% for co_member in co_members %}
{% endfor %}
Abbrechen
{% endblock %} {% block scripts %} {% endblock %}