Our information pack comes with everything you need to introduce students to PGD apprenticeships:

  • Posters that highlight the different places a PGD qualification can take your career
  • Information Booklets about becoming an apprentice
  • Copies of the latest NZ Plumber magazine with real stories from current apprentices
  • Masterlink merchandise!
Please enter the best mailing address to receive this package
{# Project override of django-recaptcha's v3 script. The packaged version mints the token once on page load, so a visitor who spends more than ~2 minutes on the form submits an expired token and fails validation ("timeout-or-duplicate"). Instead, mint a fresh token at submit time (per form, keyed by the widget uuid so multiple forms on one page work). IMPORTANT: this file MUST live in an app's templates dir (here "base", which is listed before "captcha" in INSTALLED_APPS), NOT in project/templates. Form widgets are rendered via Django's FORM_RENDERER, whose engine only searches installed-app template dirs and never the project-level TEMPLATES["DIRS"]. An override placed in project/templates is silently ignored. #}