{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Manimaran |Feature Services

Feature Service Listing

Feature Services

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

No data found

{% endif %}
{% if feat_obj %}
{% endif %}
{% endblock %}