{% extends "layouts/base.html" %} {% load static %} {% block title %} TV Jingles {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{% if data %} {% for i in data %}
{{ i.channel.channel_name }}

{{ i.channel.channel_name }}

Total Adspots

{{ i.total}}

{% endfor%} {% else %}
No Channels found.
{% endif %}
{% endblock content %}