{% load django_bootstrap5 %} {% load community_utils %} {% load faqs %} {{ faq.answer }} {% if request.path != faq.get_absolute_url %} {% bootstrap_button "Permalink to this question " href=faq.get_absolute_url button_class="btn-link" %} {% endif %} {% if related_questions %} {% filter_for_user "view_faq" faq.related_questions as faq_list %} {% if faq_list.count %}
Related questions
{% faq_list faq.related_questions.all related_questions=False %}
{% endif %} {% endif %} {% if categories and faq.categories.count %}
Categories
{% for category in faq.categories.all %} {{ category }} {% endfor %}
{% endif %}