{% 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 %} {% load cache %} {% block content %} {% cache None feed_data request.user %}
{% if version.changes.old == None %} Created {% else %} Changed {% include 'partials/version_changes.html' %} in {% endif %} {% include 'partials/object_button.html' with object=version.changes.new %}
{% endfor %}