{{ define "main" }}

{{ .Title }}

{{ .Params.Description | markdownify }}

Filters


Filter op kenmerken van de bedrijven.

{{ range .Params.builders }}

{{ .name }}

{{ .specialty }}

{{ .description }}

{{ $f := .fabriek }} {{ $fColor := "text-muted opacity-25" }} {{ if eq $f.type "eigen" }}{{ $fColor = "text-success" }} {{ else if eq $f.type "partner" }}{{ $fColor = "text-success opacity-50" }}{{ end }} {{ if gt (int $f.aantal) 0 }} {{ $f.aantal }} {{ end }}
{{ i18n (printf "label_fabriek_%s" ($f.type | default "onbekend")) }}
{{ i18n "label_vergunning" }}
{{ $o := .onderhoud }} {{ $oColor := "text-muted opacity-25" }} {{ if eq $o.type "mogelijk" }}{{ $oColor = "text-success" }}{{ end }} {{ i18n (printf "label_onderhoud_%s" ($o.type | default "onbekend")) }}
{{ $h := .huur }} {{ $hColor := "text-muted opacity-25" }} {{ if eq $h.type "mogelijk" }}{{ $hColor = "text-success" }}{{ end }} {{ i18n (printf "label_huur_%s" ($h.type | default "onbekend")) }}
{{ end }}
{{ .Content }}
{{ end }}