{% include "header.html"%} {% load static %}

Lead Source

{% for batch in source %} {%endfor%}
Sr.No Source Name Created On Action
{{forloop.counter}}
{{batch.source_name}}
{{batch.created_at|date:"d/m/Y"}}
{%include "sidebar.html"%}
{% include "footer.html"%}