{# generate_fake_nhs.html #} {% extends "base.html" %} {% block content %}
{% for nhs in nhs_numbers %}{{ nhs }} {% endfor %}