{{ template "headersMenu.html" . }} {{ $isMobile := .isMobile }}
{{ if greaterThanZero .NB }} {{ .NB }} {{ if greaterThanOne .NB }}{{ "codes actifs" | t }}{{ else }}{{ "code actif" | t }}{{ end }} {{ else }} {{ "Aucun résultat, frère." | t }} {{ end }}
{{ if greaterThanOne .NB }}
  • {{ "Tout" | t }}
  • {{ "Cartes de visite" | t }}
  • {{ "Documents" | t }}
  • {{ "Site internet" | t }}
{{ end }}
{{ template "footer.html" . }}