{% extends "smokeng/smoke_layout.html" %} {% load dashboard_extras staticfiles %} {% load url from future %} {% load render_table from django_tables2 %} {% block page_name %} Image testing for {{ release|capfirst }} {% endblock %} {% block extra_headers %} {% endblock extra_headers %} {% block content %}

Image testing for {{ release|capfirst }}

{% if current = 'touch' or current = 'touch_ro' %} {% endif %} {% if current != 'touch' and current != 'touch_ro' %} {% endif %}
{% render_table table "table.html" %}
{% endblock %}