This is what the template looks like as a data form.

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

{
  "id": "hr-employee-short-details",
  "name": "HR - Short Details",
  "description": "",
  "metadata" : {
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "2022-08-15T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${cid}-${tid}",
      "name" : "HR - Short Details"
    },
    "version": 2
  },
  "section": [
    {
      "id": "details",
      "name": "",
      "description": "",
      "field": [
        {
          "id": "company-job-title",
          "description": "",
          "name": "Jobtitle"
        },
        {
          "id": "location",
          "description": "",
          "name": "Location"
        },
        {
          "id": "manager",
          "description": "",
          "name": "Supervisor"
        }
      ]
    }
  ],
  "data": {
    "company-job-title": {
      "type": "text",
      "value": ""
    },
    "location": {
      "type": "text",
      "value": ""
    },
    "manager": {
      "type": "user-single",
      "value": {}
      }
    }
}