Hello community!
The problem I'm trying to solve is to figure out is a version in a project is archived.
The closest thing I came up with is
{{project.versions.get(6).archived}}But I would like to access the property by its name, not by its index.
The only thing I can think of is to iterate throughout the versions and to find my version by myself. But there must be an easier way.