{% load static %}
View Topics
Homik Oil and Gas Facility Engineering School
Toggle navigation
{{request.session.first_name}} {{request.session.last_name}}
{{request.session.first_name}} {{request.session.last_name}}
Sign out
Topics
Topics
View Topics
Topic
Description
Status
Created
Modified
{% for i in topics %}
{{i.topic_name}}
{{i.description}}
{% if i.status == 1 %} Active {% elif i.status == 0 %} Inactive {% endif %}
{{i.created}}
{{i.modified}}
{% endfor %}