{% extends 'admin/index.html' %} {% from 'bootstrap/form.html' import render_form %} {% from 'bootstrap/nav.html' import render_breadcrumb_item %} {% block title %}Edit profile{% endblock %} {% block content %} {{ render_breadcrumb_item('admin.index', 'Dashboard Home') }} {{ render_breadcrumb_item('admin.manage_user', 'Manage User') }} {{ render_breadcrumb_item('admin.edit_profile_admin', 'Edit Profile') }}