Repository URL to install this package:
|
Version:
2.4.1b3 ▾
|
{% load i18n %}
{% if form_pages %}
{% include "wagtailforms/list_forms.html" %}
{% include "wagtailadmin/shared/pagination_nav.html" with items=page_obj linkurl="wagtailforms:index" %}
{% else %}
<p>{% trans "No form pages have been created." %}</p>
{% endif %}