{% extends "admin_base.html" %} {% load custom_filters %} {% load static %} {% block content %}
| S.N. | Topic | Added By | Actions |
|---|---|---|---|
| {{ forloop.counter|add:topics.start_index|add:"-1" }} | {{ topic.title }} | {% with user=users_dict|get_item:topic.user %} {{ user.first_name|default:"" }} {% endwith %} | |
| No topics found. Please add a new topic. | |||