{% extends "base.html" %} {% load i18n static%} {% load crispy_forms_filters %} {% block title %} {# Check if an 'object' exists in the context #} {% if object %} {% trans 'Update Customer'%} {% else %} {% trans 'Add New Customer'%} {% endif %} {% endblock %} {% block content %}