{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Form List Menu {% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% language 'id' %} {% include "header.html" %} {% for x in messages %} {{ x }} {% endfor %} Dashboard List Menu Daftar Menu Menu Akses {% include 'otentifikasi/listmenu.html' %} {% include 'otentifikasi/aksesmenu.html' %} {% include "footer.html" %} {% endlanguage %} {% endblock %}