{% load i18n %} {% load teagarden_filters %} {% include "table_star.html" %} {{ table.id }} {{ table.name }} {{ table.type }} {{ table.prefix }} {% if table.short_description %} {{ table.short_description|truncatewords:10 }} {% else %} ({% trans "No description" %}) {% endif %} {{ table.count_fields }} {% if table.count_comments %} {{ table.count_comments }} {% endif %} {% if table.count_drafts %} + {{ table.count_drafts }} {% trans "Drafts" %} {% endif %} {{ table.updated|timesince }}, {{ table.updated_by_id|show_user_link }}