Showing
2 changed files
with
6 additions
and
0 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -56,9 +56,15 @@ WHERE { | ... | @@ -56,9 +56,15 @@ WHERE { |
| 56 | 56 | ||
| 57 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> | 57 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> |
| 58 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> | 58 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> |
| 59 | + | ||
| 59 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> | 60 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> |
| 60 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" /> | 61 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" /> |
| 61 | 62 | ||
| 63 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ImportVolumes" /> | ||
| 64 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsImport" /> | ||
| 65 | + | ||
| 66 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ExportVolumes" /> | ||
| 67 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsExport" /> | ||
| 62 | 68 | ||
| 63 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OtherVolumes" /> | 69 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OtherVolumes" /> |
| 64 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsOther" /> | 70 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsOther" /> | ... | ... |
-
Please register or login to post a comment