{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block content_title %}{% endblock %} {% block content %} {% if current.endorsement_status == current.ENDORSEMENT_DRAFT %} {% if not current.can_endorse %}Are you sure you wish to submit this ePFP for endorsement?
{% endif %} {% else %}Role | Status | Reviewer | Reviewed on |
---|---|---|---|
{{ endorsing_role.role.name }} | {{ endorsing_role.get_endorsed_display }} | {% firstof endorsing_role.creator.get_full_name endorsing_role.creator.username %} | {{ endorsing_role.created }} |
{{ endorsing_role.name }} | Not endorsed |