{% macro dense_rating(params) %}
{% for hash, dimension in params.dimension_dict.items() %}

1

2

3

4

5


{% endfor %}

{% endmacro %}