{% extends 'admin/base.html' %} {% comment %} # This code is a part of sunshine package: https://github.com/letuananh/sunshine # :copyright: (c) 2013-2021 Le Tuan Anh # :license: MIT, see LICENSE for more details. {% endcomment %} {% block content %}
{{ form.as_p }} {% csrf_token %}

{% if table %} {% for row in table %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}
{% endif %} {% endblock %}