{% macro proposal_table(title, status, _proposals) %}
{{title}} | Username | Date | {% if _proposals and _proposals[0].status >= 2 %}Funded | {% else %}{% endif %} |
![]() |
---|---|---|---|---|---|
{{ p.headline }} | {{ p.user.username }} | {{ p.date_added.strftime('%Y-%m-%d %H:%M') }} | {% if p.funds_progress >= 0.1 and p.status >= 2 %} {{p.funds_progress|int}}% {% else %} - {% endif %} | {% if p.comment_count %} {{p.comment_count}} {% else %} - {% endif %} |