Files
edx-platform/lms/templates/discussion/_dropdown_entry.html
2026-01-12 11:57:34 +05:00

15 lines
487 B
HTML

<li class="forum-nav-browse-menu-item"
data-discussion-id='{{ entry.id|force_escape }}'
id='{{ entry.id|force_escape }}'
data-divided="{{ entry.is_divided|yesno:'true,false' }}"
role="option">
{% if entry_name %}
<span class="forum-nav-browse-title">
{% if topic_list %}
<span class="sr">{{ topic_list|force_escape }}, </span>
{% endif %}
{{ entry_name|force_escape }}
</span>
{% endif %}
</li>