{# generate_fake_nhs.html #} {% extends "base.html" %} {% comment %} template parameters: nhs_numbers: List[int] {% endcomment %} {% block content %}
{% for nhs in nhs_numbers %}{{ nhs }} {% endfor %}