{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Table" %} {{ table.id }}: {{ table.name }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block page-title %} {% if table and table.id %} {% include "table_star.html" %} {% endif %} {% trans "Table" %} {{ table.id }}: {{ table.name }} {% endblock %} {% block content %}
{% trans "Short description" %}:
{% if table.short_description %} {{ table.short_description|truncatewords:10 }} {% else %} ({% trans "No description" %}) {% endif %} {% trans "Created" %}: {{ table.created|date }} {% trans "by" %} {{ table.created_by_id|show_user_link }}
{% trans "Updated" %}:
{{ table.updated|date }} {% trans "by" %} {{ table.updated_by_id|show_user_link }} |
{% if draft_count %}
{% trans "You have unpublished comments. Other users won't see them unless you publish them." %}
{% endif %}
{% trans "Description" %}
{% if table.description %}
{{ table.description }}
{% else %}
({% trans "No description" %})
{% endif %}
{% trans "Fields" %}
{% trans "Referenced by" %}
{% trans "Comments" %}
{% trans "total" %}: {{ comment_count }} {% if draft_count %} +{{ draft_count }} {% trans "Drafts" %}{% endif %}
{% if comments %}
{% endif %}
{% for comment in comments %}
|