{% extends "checkout/partials/formblock.html" %}
{% load i18n %}
{% block panel_body %}
{# This assumes that the last field of a shipping_address is the notes field #}
{% include "partials/form_field.html" with field=form.visible_fields|last %}
{% endblock %}