{% load static %} {% if page_obj and page_obj.object_list %} {% for feature in page_obj.object_list %} {% endfor %} {% else %} {% endif %}
Name Description Action
{{ feature.feature_name }} {{ feature.feature_description|truncatewords:17 }}
No features found.
{% if page_obj %} {% endif %}