Sequence IDs with Locations


{% if message %} {% else %}
Start Number ID
End Number ID
{% for item in sequence_data %}

Number: {{ loop.index }}
Sequence ID: {{ item.id }}

Location: {{ item.location }}

{% if item.download_disabled %} {% if item.upload_disabled %} {% else %} {% endif %} {% else %} {% endif %}
{% endfor %}
{% endif %}