{% extends 'tracker/base.html' %} {% block body %}

Stories list

{% for col in stories_fields %} {% endfor %} {% for story in stories_list %} {% for col, link in story %} {% if link %} {% else %} {% endif %} {% endfor %} {% endfor %} {% endblock %}
{{ col }}
{{ col }}{{ col }}