{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Community Post

Community Post

Community Posts Listing

{% for com in com_obj %} {% endfor %}

Sr. No.

Post Description

Posted By

Created At

Actions

{{com.id}} {{ com.content|wordwrap:20|truncatewords_html:20 }} {{ com.user.username }} {{com.start_date|date:"d M Y" }}
{% if com_obj %}
{% endif %} {% endblock %}