{% extends "base.html" %} {% block title %}Edit {{ plan_file.name }} - {{ project.name }} - flanner{% endblock %} {% block content %}
Note: Saving will create a new version (v{{ plan_file.current_version + 1 }}). Previous versions are preserved and can be viewed in the history.
Edit in Markdown format. Frontmatter will be updated automatically.
Add notes about what you changed in this version (changelog)
Cancel

Version Information

Current Version: v{{ version.version }}
Created By: {{ version.created_by }}
Last Updated: {{ version.created_at|relative_time if version.created_at }}
New Version Will Be: v{{ plan_file.current_version + 1 }}
{% endblock %} {% block extra_head %} {% endblock %} {% block extra_scripts %} {% endblock %}