{% trans "There aren't any comments yet" %}
{% extends "feature_vote/base.html" %}{% load comments %} {% load i18n %} {% block content %}
{% blocktrans with feature.user_name as user_name and feature.created|timesince as timesince_created %}Suggested by {{ user_name }}; added {{ timesince_created }} ago{% endblocktrans %}
{{ feature.description|linebreaksbr }}
{{ comment.comment|linebreaksbr }}
{% trans "There aren't any comments yet" %}