{% extends "singlelayout-wide.html" %} {% macro sentence_case(text) %} {{text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %}
{{goal.solutions|length}}
Solutions
{% for icon,count in goal.get_solution_types_counts('dark').items() recursive %} {% if count != 0 %}{{count}}
{% endif %} {% endfor %}