{% extends "base.html" %} {% block title %}Overview{% endblock %} {% block content %} All stacks {% for stack in stacks %} {{stack.name}} {% if !stack.active %} INACTIVE{% endif %} {% endfor %} {% endblock %}