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

You have no matches at the moment

{% endif %} {% endblock %}