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