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

This is not the protein you're looking for

Try a better search term, you must.

{% else %}

Search results

{% if genes|length > 0 %}
{% for col in genes_headers %} {% endfor %} {% load static %} {% for values in genes %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% endif %}
{% for col in cog_headers %} {% endfor %} {% load static %} {% for values in cogs %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% for col in ko_headers %} {% endfor %} {% load static %} {% for values in ko %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% for col in pat_headers %} {% endfor %} {% load static %} {% for values in pat %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% for col in mod_headers %} {% endfor %} {% load static %} {% for values in mod %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% for col in pfam_headers %} {% endfor %} {% load static %} {% for values in pfam %} {% for val in values %} {% endfor %} {% endfor %}
{{col}}
{{val|safe}}
{% endif %}
{% include "chlamdb/style_menu.html" %}