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