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