{% extends "fluent_faq/base_detail.html" %} {% load fluent_faq_tags i18n %} {% block content %}

{{ object.title }}

{% with questions=object.faq_questions %} {% if not questions %} {% trans "There are no questions in this category yet." %} {% else %} {% endif %} {% endwith %} {% endblock %}