{% extends "base_generic.html" %} {% load i18n %} {% block content %}
{% trans "A list of all feedback is below." %}
{% if entity_list %}{% trans 'Rank' %} | {% trans 'Comments' %} | {% trans 'Actions' %} |
---|---|---|
{{ entity.rank }} | {{ entity.comments|truncatewords:25 }} | {% trans 'View full record' %} {% trans 'Delete' %} |