{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Daftar Pasien {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% language 'id' %}
{% include "header.html" %}
{% for x in messages %} {% endfor %}

Daftar Pasien untuk Claim

{% csrf_token %}

{% include 'jkn/semuapasien.html' %}
{% include "footer.html" %}
{% endlanguage %} {% endblock %}