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

Investment Education

{% csrf_token %}

Investment Education

{% if content_obj%} {% for blog in content_obj %} {% endfor %}
Id Category Title Created Date Status Action
{{ blog.id }} {{ blog.sub_category.name }} {{ blog.title }} {{ blog.start_date|date:"d M Y" }}
{% else %}

No data found

{% endif %}
{% if content_obj %}
{% endif %}
{% endblock %}