{{number}} {{text}}
{% for item in discussions %}
-
{% if item.secondary_button %}
{{item.secondary_button}}
{% endif %}
{% if item.nested %}
{% for item in item.nested %}
-
{% if item.secondary_button %}
{{item.secondary_button}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}