{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block content %} {{ page.description|richtext }} Status{{ page.get_status_display }} {% if page.web_url %} Website{{ page.web_url }} {% endif %} {% for key, value in page.category_questions.items %} {{ key }}{{ value|join:', ' }} {% endfor %} Total Investments: {{ CURRENCY_SYMBOL }}{{ total_investments }} {% if page.logo %} {% image page.logo fill-210x235 class="image image--headshot-desktop" %} {% endif %} {% endblock %}
Status{{ page.get_status_display }}
Website{{ page.web_url }}
{{ key }}{{ value|join:', ' }}
Total Investments: {{ CURRENCY_SYMBOL }}{{ total_investments }}