{% extends 'base.html' %} {% block header %}
Matches {% endblock %} {% block content %} {% if list_of_matches %}Title | Users | Action |
---|---|---|
{{ match[0]['title'] }} | {% for card in match %} {{ names_by_ids[card['owner_id']] }} {% endfor %} | send email |
You have no matches at the moment
{% endif %} {% endblock %}