{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "New Venue" %}{% endblock %} {% block content %}

{% trans "Add new Venue" %}

{{ form.as_table }}

{% endblock %}