{% extends "ajaxable/form.html" %} {% load i18n %} {% load ajaxable_tags %} {% block form_fields %} {{ form.contact|pretty_field }}
  • {% trans "I'd like to find in WolneLektury.pl theseā€¦" %}
  • {{ form.books|pretty_field }} {{ form.ebook|pretty_checkbox }} {{ form.audiobook|pretty_checkbox }} {{ form.agree_newsletter|pretty_checkbox }}
  • {{ form.data_processing }}
  • {% endblock %} {% block extra %}

    {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}

    {% endblock %}