{% extends 'aristotle_mdr/base.html' %}
{% load util_tags humanize i18n %}
{% block title %}
{{ item.name }}
{% if item.version %}
- v{{ item.version }}
{% endif %}
( Previous Version )
{% endblock %}
{% block content %}
* These links show the current name of the item, not the name at the time this version was created
{% endblock %}