{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Investment Education Category Listing

Investment Education Category

{% csrf_token %}

Category

{% if cat_obj%} {% for cata in cat_obj %} {% endfor %}
Id Name Subscriber only Created Date Status Action
{{ cata.id }} {{ cata.name }} {% if cata.is_subscription == 1 %}Yes{% else %}No{% endif %} {{ cata.start_date|date:"d M Y" }}
{% comment %} {% endcomment %}
{% else %}

No data found

{% endif %}
{% if cat_obj %}
{% endif %}
{% endblock %}