{{ projectType }}
{% if project_summary %}{{ project_summary | truncatewords: truncate_value }}
{% elsif linked_project and linked_project.description %}{{ linked_project.description | truncatewords: truncate_value }}
{% endif %} {% for file in project.items %} {{ file.type | capitalize }}{% if file.type == "vignette" and file["vignettes"].size > 0 %} {{file["vignettes"].size}} {% endif %} {% endfor %}No projects found. See about to find out how to make them.
{% endif %}