{% extends "modeladmin/index.html" %} {% load i18n %} {% block header_extra %} {% if user_can_create %}
{% csrf_token %}
{% include 'modeladmin/includes/button.html' with button=view.button_helper.add_button %}
{% endif %} {% endblock %}