{% extends "modeladmin/index.html" %} {% block header_extra %} {% if user_can_create %}
{% include 'modeladmin/includes/button.html' with button=view.button_helper.refresh_button %}
{% endif %} {{ block.super }}{% comment %}Show original buttons{% endcomment %} {% endblock %}