{% extends "member/noteowner_detail.html" %} {% load crispy_forms_tags %} {% load static %} {% load i18n %} {% load pretty_money %} {% block profile_info %} {% include "member/club_info.html" %} {% endblock %} {% block profile_content %} {% if additional_fee_renewal %}
{% if renewal %} {% blocktrans trimmed with clubs=clubs_renewal|join:", " pretty_fee=additional_fee_renewal|pretty_money %} The user is not a member of the club·s {{ clubs }}. An additional fee of {{ pretty_fee }} will be charged to renew automatically the membership in this/these club·s. {% endblocktrans %} {% else %} {% blocktrans trimmed with clubs=clubs_renewal|join:", " pretty_fee=additional_fee_renewal|pretty_money %} This club has parents {{ clubs }}. An additional fee of {{ pretty_fee }} will be charged to adhere automatically to this/these club·s. {% endblocktrans %} {% endif %}
{% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock %} {% block extrajavascript %} {% endblock %}