{% extends 'base_template.html' %} {% load static %} {% block breadcrumb_main %}
  • Master Data
  • {% endblock %} {% block breadcrumb_detail %}{{ title }} List{% endblock %} {% block title %}{{ title }} - {{ restaurant.name }} - {{ restaurant.selected_outlet }}{% endblock %} {% block content %} {% endblock content %} {% block customscript %} {% endblock customscript %} {% block customstyle %} {% endblock customstyle %}