{% extends 'base.html' %} {% load helper_tags %} {% block content %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}
{% for new_client in new_client %} {% if new_client.contact %} {% endif %} {% endfor %}
SL No Contacts Name Company Name Action
{{forloop.counter}} {{new_client.contact}} {{new_client.name}}
{% endblock %}