{% extends "base.html" %} {% load i18n bootstrap4 %} {% block title %}{% trans "Create new subject" %} · {{ block.super }}{% endblock %} {% block content %}
{% for error in form.non_field_errors %} {% endfor %}
{% bootstrap_field form.first_name %}
{% bootstrap_field form.last_name %}
{% bootstrap_field form.date_of_birth %}
{% trans "Back" %}
{% if form.is_valid %} {% if matches %} {% else %} {% endif %} {% trans "Create new subject" %} {% endif %} {% endblock %}