{% extends "admin/change_form.html" %} {% load i18n %} {% block after_field_sets %} {% if textplusstuff_rendition_list %}
| {% trans 'Name' %} | {% trans 'Description' %} | {% trans 'Token' %} |
|---|---|---|
| {{ rendition.verbose_name }} | {{ rendition.description }} | {{ rendition.token }} |