{% extends 'admin_panel/base.html' %} {% load static %} {% load role_permissions %} {% block page_title %}Detail Penduduk{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if penduduk.photo %} Foto Profil {% else %} Tidak ada foto {% endif %}
{% if user|can_change:"references" %} {% endif %}