{% extends "base.html" %} {% block title %}Matches - StratumGS{% end %} {% block content %}

Matches

{% if active_matches %}

Active Matches

{% else %}

No active matches.

{% end %} {% if inactive_matches %}

Inactive Matches

{% else %}

No inactive matches.

{% end %} {% end %}