{% extends "base.html" %} {% block title %}{{ employee.full_name }} ยท MIEM Employees{% endblock %} {% block content %}

{{ employee.full_name or employee.profile_key }}

{{ employee.status }}

{{ employee.canonical_url }}

Tabs

Current data

{{ employee.current_data | tojson(indent=2) }}

Snapshots

{% for snapshot in snapshots %} {% endfor %}
CapturedChecksumParser
{{ snapshot.captured_at }}{{ snapshot.checksum }}{{ snapshot.parser_version }}
{% endblock %}