{% extends "base.html" %} {% block title %} FQM - {{ ptitle }} {% endblock %} {%- from "sb_cust.html" import sb_cust with context %} {% block sidebar %} {{ sb_cust() }} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block page_content %} {% from "_helpers.html" import render_field %} {% from '_modals.html' import qrModal %}