{% if project_sequences %}
{% if current_view == 'cards' %}
{% for through_obj in project_sequences %} {% with sequence=through_obj.sequence class_name=sequence.sequence_class.name|default:""|lower %} {% endwith %} {% endfor %}
{% else %}
{% for through_obj in project_sequences %} {% with sequence=through_obj.sequence %} {% endwith %} {% endfor %}
Name Class UniProt Remove
{{ sequence.name|default:"-" }} {{ sequence.sequence_class.name|default:"-" }} {% if sequence.uniprot_accession %} {{ sequence.uniprot_accession }} {% else %} - {% endif %}
{% endif %}
{% else %}

No sequences in project yet

Select sequences on the left and click the arrow to add them

{% endif %}