{% set tg_project_dict = tgproject_handler.get_tg_project(current_tg_project_id) %} {% if tg_project_dict %}
Selected TextGrid Project
{{ tg_project_dict.name }} {{ tg_project_dict.id }}
TEI: {{ tg_project_dict.tei_count }} Img: {{ tg_project_dict.img_count }} Other: {{ tg_project_dict.other_count }}
{% endif %}