{% extends "base.html" %} {% load static %} {% block title %}{{ employee.get_full_name }} - Employee Details - {{ block.super }}{% endblock %} {% block content %}
Contact information updated
{{ employee.updated_at|timesince }} agoJoined {{ employee.department.name|default:"the organization" }}
{{ employee.hire_date|timesince }} ago{{ employee.job_title|default:"Employee" }}