MapSyncer
Display Sequence
Detailed
Sequence Edit
Sequence IDs with Locations
{% if message %}
{{ message }}
{% else %}
Start Number ID
End Number ID
Download range
Download all sequences
{% for item in sequence_data %}
Number: {{ loop.index }}
Sequence ID:
{{ item.id }}
Location:
{{ item.location }}
{% if item.download_disabled %}
Downloaded
{% if item.upload_disabled %}
Uploaded
{% else %}
Upload
{% endif %} {% else %}
Download
Upload
{% endif %}
{% endfor %}
{% endif %}