{{ define "main" }} {{ $p := .Params }} {{ $privacyPath := cond (eq .Site.Language.Lang "fr") "politique-confidentialite" "privacy-policy" }} {{ $formAction := or (getenv "HUGO_MEMBERSHIP_FORM_ACTION") .Site.Params.membershipFormAction $p.form.action }} {{ $defaultSuccessPath := cond (eq .Site.Language.Lang "fr") "devenir-membre" "become-member" }} {{ $successPath := or (getenv "HUGO_MEMBERSHIP_FORM_SUCCESS_PATH") .Site.Params.membershipFormSuccessPath $defaultSuccessPath }} {{ $formbricksHost := getenv "HUGO_FORMBRICKS_API_HOST" }} {{ $formbricksEnv := getenv "HUGO_FORMBRICKS_ENV_ID" }} {{ $formbricksEvent := or (getenv "HUGO_FORMBRICKS_EVENT") "membership_form_submitted" }} {{ $formbricksSdkURL := or (getenv "HUGO_FORMBRICKS_SDK_URL") "https://form.theafriforge.com/js/formbricks.umd.cjs" }} TheAfriForge {{ .Title }} {{ with $p.description }} {{ . }} {{ end }} {{ $p.value.title }} {{ $p.value.intro }} {{ range $p.value.items }} {{ partial "icon.html" .icon }} {{ .title }} {{ .text }} {{ end }} {{ $p.membership.title }} {{ $p.membership.intro }} {{ range $p.membership.items }} {{ .title }} {{ .text }} {{ range .expectations }} {{ . }} {{ end }} {{ end }} {{ $p.process.title }} {{ range $index, $item := $p.process.steps }} {{ add $index 1 }} {{ .title }} {{ .text }} {{ with .delay }} {{ . }} {{ end }} {{ end }} {{ $p.form.title }} {{ $p.form.intro }} {{ $p.form.successTitle }} {{ $p.form.successText }} {{ $p.form.errorText }} {{ $p.form.labels.organization }} {{ $p.form.labels.actorType }} {{ $p.form.placeholders.actorType }} {{ range $p.form.actorTypes }} {{ . }} {{ end }} {{ $p.form.labels.firstName }} {{ $p.form.labels.lastName }} {{ $p.form.labels.profession }} {{ $p.form.labels.country }} {{ $p.form.placeholders.country }} {{ range $p.form.countries }} {{ . }} {{ end }} {{ $p.form.labels.email }} {{ $p.form.labels.phone }} {{ $p.form.labels.contribution }} {{ $p.form.consentText }} {{ $p.form.privacyLinkLabel }}. {{ $p.form.submit }} {{ end }}
{{ . }}
{{ $p.value.intro }}
{{ .text }}
{{ $p.membership.intro }}
{{ $p.form.intro }}
{{ $p.form.successText }}
{{ $p.form.errorText }}