{% from "macros/_form.html" import render_form %} {% import "macros/_event.html" as misc %} {% extends "layout.html" %} {% block page_title %}🖄 {{project.name}}{% endblock %} {% block body_class %}projectpost{% endblock %} {% block content %} {% if (suggestions or stage) and project.progress and project.progress < 50 %}
{{ project.summary }}
{% for item in stage.conditions.validate %} {% if item.valid %} {{ item.help }} {% else %} {{ item.help }} {% endif %} {% endfor %}
{% endif %}