Feature Service Listing
{% if feat_obj%}
| Id |
Service Name |
Created Date |
Action |
{% for feat in feat_obj %}
| {{ feat.id }} |
{{ feat.sub_category.name }} |
{{ feat.start_date|date:"d M Y" }} |
|
{% endfor %}
{% else %}
No data found
{% endif %}
{% if feat_obj %}
{% endif %}