{% extends "base_page.html" %} {% block more_heads %} {% endblock %} {% block content %} {% for c_title in projects[0][1:] %} {% endfor %} {% for project in projects[1:] %} {#the category cells#} {% for c in project[2:-1] %} {% endfor %} {% endfor %}
{{c_title}}
{{ project[1] }} {{c|join(',')}}{{ project[-1] /100}}
{% endblock %} {% block more_scripts %} {% include 'datatables-includes.html' %} {% endblock %}