{% extends 'first/base.html' %} {%block title%} All details of all boxers {%endblock%} {%block content%}
{%for boxer in boxers%}
{%endfor%}

Back to Main Page

{%endblock%}