{% extends 'wafer/base_form.html' %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% block content %}

{% trans "Review Talk" %}

{% crispy form %}
{% endblock %}