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