{% load i18n %} {% load icons %} {% load permissions %} {% load translations %}
{% trans "Suggestion added" %}
{% if user_can_vote_suggestion %}{% blocktrans count count=suggestion.get_num_votes %}{{ count }} vote{% plural %}{{ count }} votes{% endblocktrans %}
{% endif %}
{% trans "Suggested change:" %}
{% format_translation suggestion.target unit.translation.language unit.translation.plural unit.target %} {{ suggestion.timestamp|naturaltime }}