{meta.technologies && (
                
                  
- 
                    {intl.formatMessage(
                      {
                        defaultMessage:
                          '{count, plural, =0 {Technologies:} one {Technology:} other {Technologies:}}',
                        description: 'ProjectPreview: technologies list label',
                      },
                      { count: meta.technologies.length }
                    )}
                  {meta.technologies.map((techno) => (
- 
                      {techno}
                    ))}
                
              )}