{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Pendaftaran {% endblock %} {% block head %} {% endblock %} {% block content %} {% language 'id' %}
{% include "header.html" %}
{% for x in messages %} {% endfor %}
{% include 'pemeriksaan/pendaftaran/cek-kepesertaan-bpjs.html' %}
Pendaftaran Pasien
{% include 'pemeriksaan/pendaftaran/form-daftar-pasien-existing.html' %}
{% include 'footer.html' %}
{% endlanguage %} {% endblock content %}