diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/scripts/info_value_report_template.html --- a/configurationengine/source/scripts/info_value_report_template.html Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/scripts/info_value_report_template.html Tue Aug 10 14:29:28 2010 +0300 @@ -3,13 +3,13 @@ {% block content %}

Configuration data value info


- +
{% for config in data.value_data.configs %} - + {% endfor %} {% for feature_group in data.value_data.feature_groups %} @@ -39,14 +39,18 @@ {%- for column in value.columns -%} - + {%- endfor -%} {%- endfor -%}
Name Type Possible values{{ config.path }}{% if config.name %}{{config.name}} ({{ config.path }}){% else %}{{config.path}}{% endif %}
{{ column.name }}{{ row[column.ref] }}{% if feature.ref+'.'+column.ref in config.refs %}{% endif %} + {{- row[column.ref] -}} + {% if feature.ref+'.'+column.ref in config.refs %}{% endif %}
{% endif %} {%- else -%} + {% if feature.ref in config.refs %}{% endif %} {{- value -}} + {% if feature.ref in config.refs %}{% endif %} {%- endif -%} {% endfor %} @@ -56,4 +60,9 @@ {% endfor %} + {% endblock %} \ No newline at end of file