{% extends "base.html" %} {% block scripts %} {% endblock scripts %} {% block head_title %}Protein List{% endblock %} {% block title %}Protein List{% endblock %} {% block content %} {% for protein in protein_list %} {% endfor %}
Protein Family
{{ protein }} {% for family in protein.protein_family.all %}{{family}} {% endfor %}

To add a new protein click here

{% endblock %}