{% extends "base.html" %} {% block content %}

Tools Overview

{% for tool in tools %}
{% for version in tool[1] %} {{ version }} {% endfor %}
{% else %} There are no tools?! {% endfor %}
{% endblock %}