{% extends "jury/base.html.twig" %} {% block title %}Generate passwords - {{ parent() }}{% endblock %} {% block content %}

Generate passwords

The passwords will be downloaded as tab-separated file as documented here. {{ form(form) }} {% endblock %}