{% extends 'pirati_cz.html' %} {%block head%} {%endblock %} {%block body%}

Dotazník zájmů a dovedností{% if not request.user.is_anonymous %} uživatele {{request.user}} {% endif %}

Pokud se chceš u Pirátů lépe zapojit, napiš nám o svých dovednostech. Následně tě bude moci koordinátor oslovit s konkrétní nabídkou spolupráce.

{%csrf_token%}
Jak chci Pirátům pomoci:
{{form.skills.errors}}
    {% with form.skills.value as selection %} {% for val, txt in form.skills.field.choices %}
  • {%endfor%} {%endwith%}

Poznámka: {{form.skills_note}}
 
V politice mě zajímají následující témata:
{{form.topics.errors}}
    {% with form.topics.value as selection %} {% for val, txt in form.topics.field.choices %}
  • {%endfor%} {%endwith%}
 
Chci dostávat novinky z těchto regionů:
{{form.regions.errors}}
    {% with form.regions.value as selection %} {% for val, txt in form.regions.field.choices %}
  • {%endfor%} {%endwith%}
 

{%endblock%}