{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Clients

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for client in clients %} {% if client.image %} {% else %} {% endif %} {% endfor %}
# Image Name Action
{{ forloop.counter }}timgNo image{{ client.client_name }}
{% endblock %}