David Price

Added near-complete shutdown production section

...@@ -58,9 +58,8 @@ WHERE { ...@@ -58,9 +58,8 @@ WHERE {
58 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> 58 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" />
59 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> 59 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" />
60 60
61 -
62 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 61 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
63 - 62 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationShutdown" />
64 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationCargoShip" /> 63 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationCargoShip" />
65 64
66 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationMarine" /> 65 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationMarine" />
......