{% 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 }}
{% ifequal instance.image_chart.chart_type "pass/fail" %}
{{ form.is_all_tests_included.label_tag }} {{ form.is_all_tests_included }}
{% endifequal %}
{% endblock content_form %}
Loading...
{% endblock %} {% block scripts %} {% endblock %}