{% extends "trainings/base-wide.html" %} {% load base_filters %} {% block content %}

{% trans 'Download PDF Transcripts' %}

{% for tz in tzs %} {% with tz.get_corp_profile as corp_profile %} {% endwith %} {% endfor %}
{% trans 'Request date' %} {% trans 'Requested by' %} {% trans 'Corp Profile' %} {% trans 'Status' %} {% trans 'Download' %} {% trans 'Delete' %}
{{ tz.start_dt|date_long }} {{ tz.creator.get_full_name }}{{ corp_profile.name }}{{ tz.status|capfirst }} {% if tz.status == 'completed' %} Click to Download {% endif %} {% if tz.status != 'pending' %}Delete{% endif %}
{% endblock %}