{% extends "admin/layout.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans %}Unimplemented Admin Action!{% endtrans %}{% endblock %} {% block content %} <div class="page-header"> <h1>This action is not implemented!</h1> </div> {% endblock %}