{% extends "base.html" %} {% block content %} {% load static %}

BuboTest

By Bubo

{% csrf_token %} {% if messages %} {% for message in messages %} {% if message.level == 30 %}
{{ message }}
{% endif %} {% if message.level == 25 %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
Predictions
Over thousand of
matchs

Get the latest predictions and statistics on every match which will be played

Search
Every details about players and tournament

Enjoy a wide directory of data about professional players and tournament

{% endblock %}