{% extends 'base.html' %} {% load format_tags %} {% block title %}{% if is_new %}Add Worker{% else %}Edit {{ worker.name }}{% endif %} | FoxFitt{% endblock %} {% block content %}
{% if is_new %}Fill in the sections below. All fields except Name, ID Number, and Monthly Salary are optional. {% else %}Update any section. File uploads max 5 MB each.{% endif %}