{% comment %} Inclusion template for render_form_categories template tag. Context variables ----------------- grouped_forms : list of category-tree nodes produced by _build_grouped_forms(). Each node is a dict: {"category": FormCategory|None, "forms": [...], "children": [...]} form_url_name : URL name for the "Fill Out Form" link {% endcomment %} {% if grouped_forms %}
{{ form.description|striptags|truncatewords:20 }}