{% extends "layout.html" %} {% block body %}

{%- if worker.preferred_name %} {{ worker.preferred_name }} ({{ worker.name }}) {% else %} {{ worker.name }} {% endif %} {%- if worker.id %} {% endif %}

{% if worker.password %} Can Login {% endif %} {% if worker.updated != last_updated %} Not updated in last record {% else %} Updated in last record {% endif %} {% if worker.contract == "manual" %} Manually added {% endif %} Added {{ worker.added }}, last contract {{ worker.updated }}

{% if not worker %}
{% endif %}
{% if session.admin %}
If a password is added the worker can login.
{% endif %} {% if (session.department_id == worker.organizing_dept_id) or session.admin %}
{% endif %}
uncheck if worker graduated or is otherwise not currently associated with the university
{% if worker %}

Structure Tests

{% for structure_test in structure_tests %} {% endfor %}
Name Description Participation
{{ structure_test.name }} {{ structure_test.description }}
{% endif %} {% endblock %}