{% extends "layout-split.html" %} {% macro sentence_case(text) %} {{text[0]|upper}}{{text[1:] }} {% endmacro %} {% block header %}
Created by
Goal
{{goal.solutions|length}}
Solutions
{% for icon,count in goal.get_solution_types_counts('light').items() recursive %} {% if count != 0 %}{{count}}
{% endif %} {% endfor %}Question
{{question.answers|length}}
Answers
{% for icon,count in question.get_solution_types_counts('light').items() recursive %} {% if count != 0 %}{{count}}
{% endif %} {% endfor %}Job