{{ $dict.getLabel("sex", resident.sex) || "-" }}
      {{ resident.birthDate }}
      {{ resident.age }}
      {{ resident.birthplaceAreaName }}
      {{ $dict.getLabel("nation", resident.nation) || "-" }}
      {{ $dict.getLabel("education", resident.education) || "-" }}
      {{ $dict.getLabel("militaryStatus", resident.militaryStatus) || "-" }}
      {{ $dict.getLabel("politicsStatus", resident.politicsStatus) || "-" }}
      {{ $dict.getLabel("job", resident.job) || "-" }}
      {{ $dict.getLabel("faithType", resident.faithType) || "-" }}
     
    
      
      {{ resident.phone }}
      {{ resident.currentAreaName + resident.currentAddress }}
     
    
      
      {{ $dict.getLabel("householdName", resident.householdName) || "-" }}
      {{ $dict.getLabel("householdRelation", resident.householdRelation) || "-" }}
      {{ resident.householdAreaName + resident.householdAddress }}