<form action="" method="post">
{% csrf_token %}
<table>
{{form}}
</table>
<button type="submit" value="submit">Abschicken</button>
</form>