{% load form_filters %} OBJAVI
{% for id, title, type, source, classes, epilogue, validator, default in FORM_INPUTS %}
{{title}}
{% if id == "font_list" %}
    {% for font in font_list %}
  • {{font}}
  • {% endfor %}
{% endif %} {% if id == "font_links" %} {% endif %} {{ form|get_widget:id }} {% autoescape off %} {{ epilogue }} {% endautoescape %}
{% endfor %}