{% extends '_layout.html' %} {% macro render_pagination(pagination, endpoint) %} {% endmacro %} {% block is_full_content %}

{{ project.name }}

{{ project.description }}

{{ project_status.progress }}%
{% for k, v in project_status.num_annotations.items() %}

{{ k }}-{{ v[1] }}

{% if not loop.last %}

/

{% endif %} {% endfor %}
{% for d in documents.items %} {% endfor %}
# Text Action
{{ d.id }} {{ d.text | safe }}
{{ render_pagination(documents, 'project_view.view_project') }}
{% endblock %}