{% extends "layout.html" %} {% block title %}Add Residues{% endblock %} {% block body %} The sequence records in this PDB file include residues that are missing from the atom data section. Do you want to add the missing residues?

{% for span in spans %} {% endfor %}
ChainResidue PositionsSequenceAdd?
{{ span[0] }} {{ span[1] }} to {{ span[2] }} {{ span[3] }}
{% endblock %}