{% load static %}

Ansatte

{% for employment in relation.employments.all %} {% endfor %}
Ansatt Ressursnummer Type Primær Prosent Stillingskode Dato fra Dato til
{{ employment.resource }} {{ employment.resource.resourceId }} {{ employment.employmentTypeDescription }} {% include 'employee_info/boolean.html' with value=employment.mainPosition %} {{ employment.percentage }} {{ employment.postIdDescription }} {{ employment.postCodeDescription }} {{ employment.dateFrom }} {{ employment.dateTo }}