{% extends 'speeches/base.html' %} {% load staticfiles %} {% load url from future %} {% load humanize %} {% load i18n %} {% block title %}{% trans "Add new PopIt instance" %}{% endblock %} {% block content %}
{% include 'speeches/form.html' with submit="Submit" type="speaker" %}
{% endblock %}