{% extends "public/content.html" %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="certificates" %} {% endblock %} {% block headtitle %} My Certificates | My {{ settings.WEBSITE_CODE }} {% endblock %} {% block title %}

My Certificates

{% endblock %} {% block content %} {% if certificates %} {% for certificate in certificates %}

{{ certificate.name }}

Added: {{ certificate.created|date:"H:i d/m/Y"}}

{% if certificate.file %}

Download File

{% endif %}
{% endfor %} {% else %}

There are no certificates for your account.

{% endif %} {% endblock %}