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