{% extends 'admin/master.html' %} {% load static %} {% block content %}

Expert Talks

Expert Talks

{% for talk in expert_talks %} {% empty %} {% endfor %}
ID Doctor Comment Created At Updated At Action
{{ talk.id }} {{ talk.doctor }} {{ talk.comment|truncatechars:50 }} {{ talk.created_at }} {{ talk.updated_at }}
No talks found.
{% endblock content %}