{% load i18n plmapp_tags highlight humanize %} {% is_object_readable %}
{% if detach_objects %}
{% csrf_token %}
{% endif %} {% if not hide_links %} {% if is_object_readable or suffix_url == "public/" %} {% endif %} {% endif %}
{% block id_title %}

{{object.type}}
{{object.reference}} {{object.revision}}

{% endblock %}
{% block thumbnail %}
{% endblock %}
{% block id_details %}

{{object.name}}

{{object.state_id}}

{% if sort == "recently-added" and not restricted %}

{% blocktrans with object.ctime|naturaltime as ctime %}created {{ctime}}{% endblocktrans %}

{% endif %} {% endblock %}
{% if not hide_links %} {% if is_object_readable or suffix_url == "public/" %}
{% endif %} {% endif %}