{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Sports' text='Dashboard' textone='Management' texttwo='Sports' %} {% endblock %}

Sports

{% for record in sports %} {% endfor %}
ID Name Coach Started Year Action
{{ record.ID }} {{ record.Name }} {{ record.StartedYear }}
{% endblock %}