{% load i18n %}
{% if doctrine.image_type_id %} {% else %} {% endif %}
{{ doctrine.name }}
{{ doctrine.fits.all|length }} {% translate "fits" %}
{% if doctrine.categories.all %}
{% for category in doctrine.categories.all %} {{ category.name }} {% endfor %}
{% endif %} {% if doctrine.description %}

{{ doctrine.description|truncatechars:140 }}

{% endif %}
{% for fit in doctrine.fits.all|slice:":8" %} {{ fit.ship_type.name }} {% empty %} {% translate "No fittings assigned yet." %} {% endfor %} {% if doctrine.fits.all|length > 8 %} +{{ doctrine.fits.all|length|add:"-8" }} {% endif %}
{{ doctrine.created_at|date:"Y-m-d" }} {{ doctrine.updated_at|date:"Y-m-d" }}