configurationengine/source/scripts/info_ctr_report_template.csv
author m2lahtel
Wed, 08 Sep 2010 12:20:56 +0300
changeset 4 0951727b8815
permissions -rw-r--r--
Updated to 1.2.13 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     1
Based_on_CTR,Configuration_name,Product Profile Info,Language,Country,UDA ID
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     2
{# -#}
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     3
{%- for line in data.ctr_data -%}
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     4
{{line['ctr_code'] + ',' + line['config_name'] + ',' + line['ppbit'] + ',' + line['language'] + ',' + line['country'] + ',' + line['uda']}}
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     5
{% endfor %}