{% extends "base.html" %} {% load i18n %} {% load crispy_forms_filters %} {% block title %} {# Check if an 'object' exists in the context #} {% if object %} {% trans 'Update Bank Account' %} {% else %} {% trans 'Add New Bank Account' %} {% endif %} {% endblock %} {% block content %} {% comment %}
{% if customer.created %} {{ _("Edit Bank Account") }} {% else %} {{ _("Add Bank Account") }} {% endif %}