{% extends 'base.html' %} {% load format_tags %} {% block title %}{% if is_new %}Add Project{% else %}Edit {{ project.name }}{% endif %} | FoxFitt{% endblock %} {% block content %}
{% if is_new %}All fields except Name are optional. {% else %}Update any section and Save.{% endif %}