{{ sentence_case(post.title) }} {% for tag in post.tags %} {{ sentence_case(tag.title) }} {% endfor %} {{ post.poster.username }} on {{ post.date_posted.strftime('%A - %d %b %Y') }} View Project {{ post.star_count }} {{ post.comment_count }} {% elif post.type== 'comment' %} {{post.get_post().poster.username}} received a comment in {{post.get_post().project.title}} {% if post.get_post().type== 'goal' %} {{post.star_count}} "{{post.body}}" {{post.get_post().star_count}} {{post.get_post().description}} {% elif post.get_post().type== 'solution' %} {{post.star_count}} "{{post.body}}" {{post.get_post().star_count}} {{post.get_post().title}} {% elif post.get_post().type== 'project' %} {{post.star_count}} "{{post.body}}" {{post.get_post().star_count}} {{post.get_post().title}} {% endif %} {% elif post.post_type == 'goal' %} {{post.poster.username}} posted a new goal in {{post.project.title}} {{post.star_count}} "{{post.description}}" {% elif post.type== 'solution' %} {{post.poster.username}} posted a new solution in {{post.project.title}} {{post.star_count }} {{post.title}} {{post.description}} {% if post.type == SolutionType.Code %} View on GitHub {% elif post.type == SolutionType.Photo %} {% for image in post.images %} {% endfor %} {% elif post.type == SolutionType.PDF %} {% elif post.link!=None %} {% endif %} {% elif post.type== 'star' %} {{post.post.poster.username}} received a star in {{post.get_post().project.title}} {% if post.get_post().type== 'comment' %} {{post.get_post().star_count}} "{{post.get_post().body}}" {% endif %} {% if post.get_post().type== 'goal' %} {{post.get_post().star_count}} {{post.get_post().description}} {% endif %} {% if post.get_post().type== 'solution' %} {{post.get_post().star_count}} {{post.get_post().title}} {% endif %} {% endif %}
{{post.star_count }} {{post.title}} {{post.description}} {% if post.type == SolutionType.Code %} View on GitHub {% elif post.type == SolutionType.Photo %} {% for image in post.images %} {% endfor %} {% elif post.type == SolutionType.PDF %} {% elif post.link!=None %} {% endif %}