{% extends 'shared/base.html' %} {% load custom_filters %} {% load static %} {% block content %}

Editar Tabela

{% csrf_token %} {{ form.as_p }}
{% endblock %}