{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Investment Edu | Event View

Event Image

Event Name

{{ view_obj.event_name }}

Event Description

{{ view_obj.description|striptags}}

Location

{{ view_obj.location }}

Event Date

{{ view_obj.date}}

Event Start Time

{{ view_obj.start_time }}

Event End Time

{{ view_obj.end_time }}

{% endblock %}