Sequence IDs with Locations


{% if message %}
{% else %}
{% for item in sequence_data %}

Number: {{ (current_page - 1) * items_per_page + loop.index }}
Sequence ID: {{ item.id }}

Location: {{ item.location }}

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