{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Generate a new Synthea data set" %}{% endblock %} {% block pagetitle %}{% trans "Generate a new Synthea data set" %}{% endblock %} {% block menu %} {% include 'synthea/menu.html' %} {% endblock %} {% block content %}

Synthea generartor

Enter the form fields and press submit. U vraagt, wij draaien ;)

{% csrf_token %} {{ form.as_table }}
{% endblock %}