{% extends request.is_ajax|yesno:"base_ajax_nomodal.html,base_rigs.html" %} {% load static %} {% load humanize %} {% load paginator from filters %} {% load to_class_name from filters %} {% block content %}
{% if version.changes.old == None %} Created {% else %} Changed {% include 'version_changes.html' %} in {% endif %} {% include 'object_button.html' with object=version.changes.new %} {% if version.revision.comment %} ({{ version.revision.comment }}) {% endif %}
{% endfor %}