{% extends "admin/base.html" %}
{% comment %}
As the developer of this package, don't place anything here if you can help it
since this allows developers to have interoperability between your template
structure and their own.
Example: Developer melding the 2SoD pattern to fit inside with another pattern::
{% extends "excel_data_sync/base.html" %}
{% load static %}
{% block extra_js %}
{% block javascript %}
{% endblock javascript %}
{% endblock extra_js %}
{% endcomment %}