{% extends 'base.html' %} {% block content %}

Documents: {{ employee.full_name }} ({{ employee.employee_code }})

Back
{% for label, path in documents %} {% endfor %}
TypeFileAction
{{ label }} {% if path %}{{ path }}{% else %}Not uploaded{% endif %} {% if path %} View / Download {% else %} {% endif %}
{% endblock %}