{% load i18n %}
| {% trans 'Entry ID' %} | {% trans 'Fields' %} | {% trans 'Actions' %} |
|---|---|---|
| {{ entry_id }} | {% for field, value in fields.items %}{{ field }}: {{ value }}{% if not forloop.last %}, {% endif %}{% endfor %} |
{% trans 'Stream is empty.' %}
{% endif %}