========================= Template tags and filters ========================= .. note:: All the following examples it is understood that you have already loaded the ``propeller`` template tag library, placing the code below in the beginning that each template that ``propeller`` template tag library will be used. Read the :doc:`installation` and :doc:`quickstart` sections on how to accomplish this. propeller_form ~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_form propeller_form_errors ~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_form_errors propeller_formset ~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_formset propeller_formset_errors ~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_formset_errors propeller_field ~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_field propeller_label ~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_label propeller_button ~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_button propeller_icon ~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_icon propeller_alert ~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_alert buttons ~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_buttons propeller_messages ~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_messages propeller_pagination ~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_pagination propeller_jquery_url ~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_jquery_url propeller_javascript_url ~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_javascript_url propeller_css_url ~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_css_url propeller_css ~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_css propeller_javascript ~~~~~~~~~~~~~~~~~~~~ .. autofunction:: django_propeller.templatetags.propeller.propeller_javascript