{% load static %} {% load custom_tags %} {% include "chlamdb/header.html" %} {% include "chlamdb/style_menu.html" %}
{% include "chlamdb/menu.html" %}

Predicted proteins of {{organism}}


{% for header in data_table_header %} {% endfor %} {% for entry_line in data_table %} {% for entry_col in entry_line %} {% endfor %} {% endfor %}
{{header}}
{{entry_col|safe}}