{% trans %} Fill out this form and click on "Become a member". Afterwards you will be presented with a PDF, which you have to send to info@c3l.lu or bring it to one of our next events. Print it or save it to your local hardware, because we don't save a copy on our servers for data protection reasons! {% endtrans %}
{% if form.errors %} {% for fieldname, errors in form.errors.items() %} {% for error in errors %}{{ fieldname }} - {{ error }}
{% endfor %} {% endfor %} {% endif %}