{% extends "layout/basic.html" %} {% block content %} {{ set(UiContext, 'tdoc', tdoc) }}

{{ _('Files') }}

{{ noscript_note.render() }} {% include "partials/files.html" %}
{% if handler.user.hasPriv(PRIV.PRIV_USER_PROFILE) %}
{{ _('Status') }}
{% if tsdoc['enroll'] %}{{ _('Completed' if tsdoc['done'] else 'In Progress') }}{% else %}{{ _('Not Enrolled') }}{% endif %}
{% endif %}
{{ _('Enrollees') }}
{{ tdoc.attend|default(0) }}
{{ _('Created By') }}
{{ user.render_inline(udoc, badge=false) }}
{% endblock %}