{% extends 'base.html' %} {% block title %} {{model}}} {% endblock %} {% block body %}
{% for column in columns_names %}
{% endfor %}
{% endblock %}