diff --git a/horilla_views/templates/generic/horilla_list.html b/horilla_views/templates/generic/horilla_list.html
index 648235a04..0bb3d561a 100644
--- a/horilla_views/templates/generic/horilla_list.html
+++ b/horilla_views/templates/generic/horilla_list.html
@@ -25,6 +25,70 @@
{% endif %}
+
+ {% for instance in queryset %}
+
+ {% if bulk_select_option %}
+
+ {% endif %} {% for cell in columns %}
+ {% with attribute=cell.1 index=forloop.counter %} {% if not cell.2 %}
+
+ {{instance|getattribute:attribute|selected_format:request.user.employee_get.employee_work_info.company_id|safe}}
+
+ {% else %}
+
+
+
+

+
+
+ {{instance|getattribute:attribute}}
+
+
+
+ {% endif %} {% endwith %} {% endfor %} {% if options or option_method %}
+
+ {% if not option_method %}
+
+ {% for option in options %}
+ {% if option.accessibility|accessibility:instance %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {% else %} {{instance|getattribute:option_method|safe}} {% endif %}
+
+ {% endif %} {% if actions or action_method %}
+
+ {% if not action_method %}
+
+ {% for action in actions %}
+ {% if action.accessibility|accessibility:instance %}
+
{% endif %}
{% endfor %}