{% extends 'base/base.html' %} {% load static %} {% block title %} {{ object.title }} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Contest

Card image cap

{{ object.title }}

Rank : {{ object.ranking }}, Solved : {{ object.problems_solved }}

{{ object.description }}

Contest id: {{ object.contest_id }}

{% if edit_permission %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}