{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% block styles %} {% endblock %} {% block content %}

Image Chart Filter

{% block content_form %}
{% csrf_token %} {% if form.errors %}
{{ form.non_field_errors }}
    {% for field in form %} {% if field.errors %}
  • {{ field.label }}: {{ field.errors|striptags }}
  • {% endif %} {% endfor %}
{% endif %}
{{ form.representation.label_tag }} {{ form.representation }}
{% endblock content_form %}
Loading...
{% endblock %} {% block scripts %} {% endblock %}