{% load i18n bid_shares solawi_ui %} {% get_current_language as LANGUAGE_CODE %} {% translate "Anteilskärtchen" %} {% spaceless %} {% for share_row in shares|in_rows:3 %} {% for share in share_row %} {% endfor %} {% endfor %}
{% if share %} {% translate "Anteils-ID" %} {{ share.share_id }} {% translate "Anteils-PIN" %} {{ share.share_pin|group_by:3 }} {% endif %}
{% endspaceless %}