diff --git a/api/bro_upload/templates/registration_GAR.html b/api/bro_upload/templates/registration_GAR.html
new file mode 100644
index 0000000..8f31fc3
--- /dev/null
+++ b/api/bro_upload/templates/registration_GAR.html
@@ -0,0 +1,124 @@
+
+ {{ metadata.requestReference }}
+ {{ metadata.qualityRegime }}
+
+
+ Pietje_20181023_QR2
+ handboekProvinciesRIVMv2017
+
+
+ ?
+
+
+
+
+ GMW000000058869
+ 1
+
+
+
+ 2018-10-23T16:59:32+01:00
+
+ ?
+ NEN5744v2011-A1v2013
+
+ onderwaterpomp
+
+
+ wit
+ grijs
+ licht
+ ja
+ nee
+ nee
+ ja
+ nee
+ nee
+ ja
+ nee
+ nee
+
+
+
+ 1496
+ 5.123
+ goedgekeurd
+
+
+ 6024
+ 3
+ afgekeurd
+
+
+ 3548
+ 15.123
+ onbekend
+
+
+
+
+
+
+ ?
+
+
+
+ 2018-10-25
+
+ AAS
+ CIW
+
+
+ 1270
+ 5
+ ?
+ 2
+ goedgekeurd
+
+
+ 441
+ 0.1
+ LT
+ 0.1
+ afgekeurd
+
+
+
+
+ onbekend
+
+ IR
+ AQUOKIT
+
+
+ 1522
+ 12.2
+ onbeslist
+
+
+
+
+
+ 27376655
+
+
+
+ 2018-10
+
+ AA
+ DESK
+
+ 4445
+ 0.7
+ 0.1
+ goedgekeurd
+
+
+
+
+
+
diff --git a/api/bro_upload/templates/registration_GMW.html b/api/bro_upload/templates/registration_GMW.html
new file mode 100644
index 0000000..dada770
--- /dev/null
+++ b/api/bro_upload/templates/registration_GMW.html
@@ -0,0 +1,79 @@
+
+ {{ metadata.requestReference }}
+ {{ metadata.deliveryAccountableParty }}
+ {{ metadata.qualityRegime }}
+
+
+ {{ sourcedocs_data.objectIdAccountableParty }}
+ {{ sourcedocs_data.deliveryContext }}
+ {{ sourcedocs_data.constructionStandard }}
+ {{ sourcedocs_data.initialFunction }}
+ {{ sourcedocs_data.numberOfMonitoringTubes }}
+ {{ sourcedocs_data.groundLevelStable }}
+ {{ sourcedocs_data.owner }}
+ {{ sourcedocs_data.maintenanceResponsibleParty }}
+ {{ sourcedocs_data.wellHeadProtector }}
+
+ {{ sourcedocs_data.wellConstructionDate }}
+
+
+
+ {{ sourcedocs_data.deliveredLocation }}
+
+ {{ sourcedocs_data.horizontalPositioningMethod }}
+
+
+ {{ sourcedocs_data.localVerticalReferencePoint }}
+ {{ sourcedocs_data.offset }}
+ {{ sourcedocs_data.verticalDatum }}
+ {{ sourcedocs_data.groundLevelPosition }}
+ {{ sourcedocs_data.groundLevelPositioningMethod }}
+
+{% for monitoringtube in sourcedocs_data.monitoringTubes %}
+
+ {{ monitoringtube.tubeNumber }}
+ {{ monitoringtube.tubeType }}
+ {{ monitoringtube.artesianWellCapPresent }}
+ {{ monitoringtube.sedimentSumpPresent }}
+ {{ monitoringtube.numberOfGeoOhmCables }}
+ {{ monitoringtube.tubeTopDiameter }}
+ {{ monitoringtube.variableDiameter }}
+ {{ monitoringtube.tubeStatus }}
+ {{ monitoringtube.tubeTopPosition }}
+ {{ monitoringtube.tubeTopPositioningMethod }}
+
+ {{ monitoringtube.tubePackingMaterial }}
+ {{ monitoringtube.tubeMaterial }}
+ {{ monitoringtube.glue }}
+
+
+ {{ monitoringtube.screenLength }}
+ {{ monitoringtube.sockMaterial }}
+
+
+ {{ monitoringtube.plainTubePartLength }}
+
+
+ {{ monitoringtube.sedimentSumpLength }}
+
+{% for geoogmcable in monitoringtube.geoogmcables %}
+
+ {{ geoogmcable.cableNumber }}
+{% for electrode in geoogmcable.electrodes %}
+
+ {{ geoogmcable.electrodeNumber }}
+ {{ geoogmcable.electrodePackingMaterial }}
+ {{ geoogmcable.electrodeStatus }}
+ {{ geoogmcable.electrodePosition }}
+
+{% endfor %}
+
+{% endfor %}
+
+{% endfor %}
+
+
+
diff --git a/api/choices.py b/api/choices.py
index 6036a33..6cda03e 100644
--- a/api/choices.py
+++ b/api/choices.py
@@ -18,6 +18,7 @@
("GMN_MeasuringPointEndDate", "GMN_MeasuringPointEndDate"),
("GMN_TubeReference", "GMN_TubeReference"),
("GMN_Closure", "GMN_Closure"),
+ ("GMW", "GWM"),
]
REQUEST_TYPE_OPTIONS = [