{% load i18n bid_shares solawi_ui %} {% get_current_language as LANGUAGE_CODE %}
{% if share %}
{% translate "Anteils-ID" %}
{{ share.share_id }}
{% translate "Anteils-PIN" %}
{{ share.share_pin|group_by:3 }}
{% endif %}
|
{% endfor %}