{% extends 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 %}
{% for version in object_list %} {% if not version.withPrevious %} {% if not forloop.first %}
{#/.media-body#}
{#/.media#}
{% endif %}
{% if version.revision.user %} {% else %} {% endif %}
{{ version.revision.user.name|default:'System' }} {% if version.revision.user %}{% endif %} {{version.revision.date_created|date:"c"}} ({{version.revision.date_created}})
{% endif %}

{% 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 %}
{% endcache %} {% endblock %} {% block js %} {% endblock %}