{% extends "wooey/preview/base.html" %} {% load i18n %} {% load wooey_tags %} {% block preview_content %}
{% with output_file_content.preview as table %} {% with table.0|length as colspan %} {% for row in table %} {% if forloop.first %} {% for item in row %} {% endfor %} {% else %} {% if row == None %} {% else %} {% for item in row %} {% endfor %} {% endif %} {% endif %} {% if forloop.last %} {% endif %} {% endfor %} {% endwith %}
{{ item }}
{{ item }}
{% endwith %}
{% endblock %}