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