-
-
-
-
-
- {{ render_field(participant_form.id_num, size=3, id='mod_id_number') }}
- {{ render_field(participant_form.CIVL, size=5, id='mod_civl') }}
- {{ render_field(participant_form.name, size=30, id='mod_name') }}
-
-
- {{ render_field(participant_form.birthdate, id='mod_birthdate') }}
-
-
- {{ render_field(participant_form.nat, id='mod_nat') }}
- {{ render_field(participant_form.sex, id='mod_sex') }}
-
-
- {{ render_field(participant_form.glider, size=30, id='mod_glider') }}
- {{ render_field(participant_form.certification, id='mod_certification') }}
-
-
- {{ render_field(participant_form.sponsor, size=40, id='mod_sponsor') }}
-
-
-
- {{ render_field(participant_form.team, size=40, id='mod_team') }}
-
-
- {{ render_field(participant_form.nat_team, id='mod_nat_team') }}
-
-
-
-
- {{ render_field(participant_form.live_id, size=7, id='mod_live_id') }}
-
-
- {{ render_field(participant_form.xcontest_id, size=10, id='mod_xcontest_id') }}
-
-
-
- {{ render_field(participant_form.status, id='mod_status') }}
- {{ render_field(participant_form.paid, id='mod_paid') }}
-
- {% if attributes %}
- {% from "macros.html" import render_input with context %}
-
- {% for el in attributes %}
- {% set id = 'attr_'+el.attr_id|string %}
- {{ render_input(id, el.attr_value, 35) }}
- {% endfor %}
-
- {% endif %}
-
-
-