{% extends "trainings/base-wide.html" %} {% load base_filters %} {% block content %}
{% 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 }} | {% with tz.get_corp_profile as corp_profile %}{{ corp_profile.name }} | {% endwith %}{{ tz.status|capfirst }} | {% if tz.status == 'completed' %} Click to Download {% endif %} | {% if tz.status != 'pending' %}Delete{% endif %} |