{% extends "base.html" %} {% block title %}Voxint — projects{% endblock %} {% block body %}

Projects

Group folders into a project to see its speakers together and give it its own vocabulary later.

{% if error %}

{{ error }}

{% endif %}

New project

{% if projects %} {% else %}

No projects yet. Create one above, then assign folders to it.

{% endif %} {% endblock %}