{{title}}
{%- if subtitle -%}

{{ subtitle }}

{%- endif -%}
{% for talk in talk_details %} {% set talk_doc = frappe.db.get_value('Talk', talk.talk, ["title", "category", "speaker", "url", "thumbnail"], as_dict=True) %} {% set speaker_info = frappe.db.get_value("Speaker", talk_doc.speaker, ["user"], as_dict=True) %} {% set member = frappe.get_doc("User", speaker_info.user) %}
{{talk_doc.category}}
{{talk_doc.title}}
{% endfor %}