{% load i18n static spider_base spider_rdf %} {% if table_heading %} {% endif %} {% for uc in object_list %} {% empty %} {% endfor %}
{{table_heading}}
{% if uc.is_index and request.is_owner %} {% trans 'Private Component' %} {% else %} {{ uc.name }}{% if not request.user == uc.user %} ({{uc.user}}){% endif %} {% endif %} {% blocktrans trimmed with time=uc.modified|timesince %} Modified: {{time}} ago {% endblocktrans %}
{% if request.user == uc.user %}
{% endif %}
{% if not uc.description|is_not_or_space %} {{uc.description|escape|linebreaksbr}} {% else %} {% trans 'No description' %} {% endif %}
{% trans 'No Components available.' %}