{% if template_data.related.projects | no_none_filter %}

Projects with {{template_data.brandName}}

{% for fpproject in template_data.related.projects | no_none_filter %} {% with project = fpproject.foreignKey %} {% endwith %} {% endfor %}
{% endif %}