{% extends "no_menu_base.html" %} {% load i18n %} {% load config %} {% load crispy_forms_tags %} {% block all_page_title %} {% vocabulary "member_type" as v_member_type %}

{% blocktrans %}{{ v_member_type }} werden{% endblocktrans %}

{% endblock %} {% block allcontent %}
{% config "enable_shares" as c_enable_shares %} {% config "business_regulations" as c_business_regulations %} {% config "gdpr_info" as c_gdpr_info %} {% config "share_price" as c_share_price %} {% enriched_organisation "D" as v_d_enriched_organisation %} {% vocabulary "share" as v_share %} {% vocabulary "share_pl" as v_share_pl %} {% vocabulary "subscription" as v_subscription %} {% vocabulary "member_type" as v_member_type %} {% vocabulary "member_type_pl" as v_member_type_pl %}
Interessiert an {% enriched_organisation "D" %}?
{% if c_enable_shares %}
{% blocktrans trimmed %} Die Mitgliedschaft bei {{ v_d_enriched_organisation }} ist geknüpft an den Erwerb von {{ v_share_pl }} in der Höhe von CHF {{ c_share_price }} pro {{ v_share }}. Die Anzahl {{ v_share_pl }} ist abhängig von den {{ v_subscription }}-Bestandteilen. Die {{ v_share_pl }} sind das Kapital, das vor allem zur Finanzierung von Investitionen – zum Beispiel Infrastruktur – verwendet wird. Beim Austritt werden die {{ v_share_pl }} rückerstattet. {% endblocktrans %}
{% endif %}
{% blocktrans trimmed %} Die {{ v_member_type_pl }} tragen im Rahmen ihrer Motivationen, Prioritäten und Möglichkeiten gemeinsam zum Gelingen des Betriebes bei. Wer bei {{ v_d_enriched_organisation }} {{ v_member_type }} ist, verpflichtet sich zur Mitarbeit. Zusätzliches wie auch spontanes Engagement ist jederzeit willkommen. {% endblocktrans %}
{% blocktrans trimmed %} Bevor du dich als {{ v_member_type }} anmeldest, lies bitte folgendes durch {% endblocktrans %} :
{% crispy form %}
{% endblock %}