{% extends 'core/lcars_app.html' %} {% load static %} {% block header_title %}{% block app_title %} Tune Source Extraction {% endblock %}{% endblock %} {% block left_menu %}
Refresh
{% endblock left_menu %} {% block main %} {% for imtype_entry in batches %}

{{imtype_entry.0}} Images

{% for batch_info in imtype_entry.1 %} {% if not batch_info.2 %} {% url 'processing:tune_starfind' imtype=imtype_entry.0 batch_index=forloop.counter0 as target_url %} {% endif %} {% endfor %}
Batch Num. Images
{{batch_info.0}} {{batch_info.1}}
{% endfor %} {% endblock main %}