{% comment %} Show dependencies marking their nature (FOSS / Proprietary). Show when such dependencies are not mandatory. {% endcomment %} {% if include.dependency.optional != nil and include.dependency.optional == true %} {{ include.dependency.name }} ({{ t.software.dependencies_optional }}) {% else %} {{ include.dependency.name }} {% endif %}