{{ current_round.roundNo }}
Current Round
{{ current_round.endDate }}
Last date
{% extends "base.html" %}
{% load custom_tags %}
{% block styling %}
{% load static %}
.statistic:not(.last-stat){
border-right: 1px solid #e0e1e2 ;
}
.statistics th:not(.last-th){
border-right: 1px solid #dddddd;
}
{% endblock %}
{% block content %}