{% endblock %}
{% block content %}
{% can_download_changes user project as user_can_download_changes %}
{% if user_can_download_changes or changes_rss %}
{% if user_can_download_changes %}
{% endif %}
{% if changes_rss %}
{% endif %}
{% endif %}
{% include "paginator.html" %}
{% with object_list as last_changes %}
{% include "last-changes-content.html" %}
{% endwith %}
{% endblock %}