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

{% block title %}Worker Information{% endblock %}

{% endblock %} {% block content %} BACK {% for att in attributes %} {% endfor %}
Attribute Value
{{att.get("text")}} {{att.get("value")}}
{% if has_errors %}

Last Error Information

{% for att in errors %} {% if (att.get("text") == "Job Id") and att.get("value") %} {% else %} {% endif %} {% endfor %}
Attribute Value
{{att.get("text")}} {{att.get("value")}}{{att.get("value")}}
{% endif %} {% endblock %}