Manage TextGrid Projects
Create New Project
{% for tg_project in tg_client.get_assigned_projects() %}
{{ tg_project.name }}
Project ID: {{ tg_project.id }}
TEI: {{ tg_project.tei_count }} Img: {{ tg_project.img_count }} Other: {{ tg_project.other_count }}
{% endfor %}