configurationengine/source/scripts/info_ctr_report_template.csv
changeset 4 0951727b8815
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/scripts/info_ctr_report_template.csv	Wed Sep 08 12:20:56 2010 +0300
@@ -0,0 +1,5 @@
+Based_on_CTR,Configuration_name,Product Profile Info,Language,Country,UDA ID
+{# -#}
+{%- for line in data.ctr_data -%}
+{{line['ctr_code'] + ',' + line['config_name'] + ',' + line['ppbit'] + ',' + line['language'] + ',' + line['country'] + ',' + line['uda']}}
+{% endfor %}
\ No newline at end of file