{% load i18n %}
{% translate "Fitting Information" %} {% if perms.fittings.manage %} {% endif %}
{% translate "Doctrines" %}
{% if fit.created %}
{% translate "Created" %}
{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.created|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.created|date:'d M Y H:i:s' }}
{% endif %} {% endif %} {% if fit.last_updated %}
{% translate "Last Updated" %}
{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.last_updated|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.last_updated|date:'d M Y H:i:s' }}
{% endif %} {% endif %}