Back to Label Studio

Projects List

label_studio/projects/templates/includes/projects_list.html

2.2.10-1127 B
Original Source

{ title: "Projects", submenu: [{% for p in projects %} { id: {{project.pk}}, title: "{{p.title}}", href: "", }, {% endfor %}] }