{% load core_tags i18n %}

{% trans "Upcoming Features" %}

{% for feature in features %}

{{ feature.name }} {% trans "Goal:" %} {{ feature.goal|currencyfmt }}

{{ feature.slogan|safe }}

{% if not forloop.last %}
{% endif %} {% empty %}
{% trans "No new feature currently under development." %}
{% endfor %}