{% extends 'base.html' %} {% block header %} Matches {% endblock %} {% block content %} {% if list_of_matches %} table> Title Users Action {% for match in list_of_matches %} {{ match[0]['title'] }} {% for card in match %} {{ names_by_ids[card['owner_id']] }} {% endfor %} send email {% endfor %} {% else %}

You have no matches at the moment

{% endif %} {% endblock %}