{% load group_filters %}

{{ feature.name }}{% if feature.beta or feature.closed_beta %} (This feature is in Beta){% endif %}

{{ feature.description|safe }}

{% if project_already_has_feature %}
Your project has access
{% endif %} {% if feature.closed_beta and not user|has_group:"Closed Beta User" or not feature.currently_available %} {% if not project_already_has_feature %}
This feature is coming soon, keep an eye out for updates
{% endif %} {% elif requestable %}
{% csrf_token %} {% if request_form %}
{{ request_form }}
{% endif %} {% if previously_requested %} {% else %} {% endif %}
{% elif not project_already_has_feature %}
This feature has been requested, and is pending approval
{% endif %}