{% extends "base.html" %} {% block title %}{% if wf %}Edit{% else %}Add{% endif %} Workflow – Location Management{% endblock %} {% block content %} Workflows {% if wf %}Edit: {{ wf.name }}{% else %}New Workflow{% endif %}