{% trans "There are no features to vote on yet." %}
{% extends "feature_vote/base.html" %}{% load comments %} {% load i18n %} {% block content %}
{% trans "Thank you for submitting a feature request! It is pending moderation, and should appear shortly." %}
{% else %}{% blocktrans %}Do you have something you'd like to see added to {{ site_name }}?{% endblocktrans %}
{% blocktrans %}You can vote or comment on existing suggestions, or use the form at the bottom of the page to add a new suggestion.{% endblocktrans %}
{% endif %}{% blocktrans with feature.implemented_on|date:"DATE_FORMAT" as implemented_on %}This feature was implemented on {{ implemented_on }}{% endblocktrans %}
{% endif %}{% blocktrans with feature.user_name as user_name and feature.created|timesince as created_timesince %}by {{ user_name }}, added {{ created_timesince }} ago{% endblocktrans %}
{{ feature.description|truncatewords:20 }}
{% blocktrans count comment_count as comment_count %}one comment.{% plural %}{{ comment_count }} comments.{% endblocktrans %} {% if comment_count %}{% trans "Read more…" %}{% else %}{% trans "Be the first to comment…" %}{% endif %}
{% trans "There are no features to vote on yet." %}