{% extends "DAIManagementApp/base.html" %} {% block content %}
{% for jingle in jingles %}

{{ jingle.jingle_name }}

Status : {% if jingle.status %} Avtive {% else %} Inactive {% endif %}

{% endfor%}
{% endblock content %}