{% extends "base.html" %} {% block title %}{{ 'New' if is_new else 'Edit' }} reminder — Courant{% endblock %} {% block content %}

{{ 'New' if is_new else 'Edit' }} reminder

Use abbreviations : mon, tue, wed, thu, fri, sat, sun

Cancel
{% endblock %}