{% extends 'aristotle_mdr/base.html' %} {% load aristotle_tags util_tags i18n %} {% load bootstrap3 static %} {% block title %}Status History for {{ item.name }} in {{ ra.name }}{% endblock %} {% block content %}
{% trans 'Date/time' %} | {% trans 'Date registration effective' %} | {% trans 'Date registration expires' %} | {% trans 'State' %} | {% trans 'User' %} | {% trans 'Comment' %} |
---|---|---|---|---|---|
{% if version.url %} {{version.revision.date_created|date:_("DATETIME_FORMAT")}} {% else %} {{version.revision.date_created|date:_("DATETIME_FORMAT")}} {% endif %} | {{ version.field_dict.registrationDate }} | {{ version.field_dict.until_date }} | {{ version.field_dict.state|state_to_text }} | {% if version.revision.user %} {{ version.revision.user.display_name }} {% endif %} | {{version.revision.comment|linebreaks|default:"-"}} |