{{sentence_case(goal.description) }}
{% if goal.solutions|length == 0 %}
{% if not current_user.is_authenticated %}
{% elif current_user.id == goal.poster.id %}
{% elif not current_user.email_confirmed %}
{% elif goal.gave_star(current_user) %}
{% else %}
{% endif %}
{{ goal.star_count }}
{{ goal.star_count }}
{{ goal.star_count }}
{{ goal.star_count }}
{{ goal.star_count }}
No solutions yet. Feel free to suggest a solution to this challenge
{{goal.solutions|length}}
Solutions
{% for icon,count in goal.get_solution_types_counts('dark').items() recursive %} {% if count != 0 %}{{count}}
{% endif %} {% endfor %}
{% for solution in goal.solutions %}
{% if loop.index < 6 %}
{% endif %} {% endfor %} {% if goal.solutions|length > 5 %} {% endif %}
{% if not current_user.is_authenticated %}
{% elif current_user.id == solution.poster.id %}
{% elif not current_user.email_confirmed %}
{% else %}
{% endif %}
{{solution.title}}
{{solution.star_count }}
{{solution.star_count }}
{{solution.star_count }}
{{solution.star_count }}
{{solution.comment_count}}
{% endif %} {% endfor %} {% if goal.solutions|length > 5 %} {% endif %}