{% extends "base.html" %} {% load static %} {% block title %} {{ record.title }} | Training Record {% endblock %} {% block css %} {% endblock %} {% block content %}
{{ record.get_training_type_display }} by {{ record.provider }}
Training record was created by {{ record.created_by.get_full_name|default:"System" }}
{{ record.title }} training began
Progress updated to {{ record.completion_percentage|default:"0" }}%
{{ record.title }} training was successfully completed
The certification for this training has expired
Training is expected to be completed by this date
| Title | File Type | Uploaded | Actions |
|---|---|---|---|
| {{ attachment.title }} | {{ attachment.file.name|split:"."|last|upper }} | {{ attachment.uploaded_at|date:"M d, Y" }} | Download |
{{ record.employee.job_title }}
{{ training.get_training_type_display }}