TabbycatDebate/tabbycat

View on GitHub
tabbycat/draw/templates/position_balance_round1.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}
{% load debate_tags i18n %}

{% block page-alerts %}
  {% roundurl 'availability-index' as checkins_url %}
  {% trans "Position balance reports aren't computed for the first round of a tournament." as message %}
  {% include 'components/alert.html' with type="info" %}
{% endblock %}