{% extends "app_layout_data_entry_edits.html" %} {% block content %}
The units below have been entered incorrectly into SA Geodata. To enter them correctly, the part of the code which is uppercase should be entered as the Major Unit and the remaining characters should be entered as the Sub Unit.
For example:
Qpcb should be entered as Major Unit "Q" and Sub Unit "pcb"
CP-j should be entered as Major Unit "CP" and Sub Unit "-j"
Ty(conf) should be entered as Major Unit "T" and Sub Unit "y(conf)"
AD should be entered as Major Unit "AD" and Sub Unit left blank
TpQau should be entered as Major Unit "TpQ" and Sub Unit "au"
and so on.
{{ table|safe }} {% endblock %}