{% extends 'aristotle_mdr/base.html' %} {% load aristotle_tags i18n %} {% block title %}Registration History of {{ item.name }}{% endblock %} {% block content %}
{% trans 'Date registration effective' %} | {% trans 'Date registration expires' %} | {% trans 'State' %} | Comments | {% comment %} {% if item|can_edit:request.user %}Who | {% endif %} {% endcomment %} {% for status in states %}
---|---|---|---|
{{ status.registrationDate }} | {{ status.until_date }} | {{ status.state|stateToText }} | {{ status.changeDetails }} |