{% extends "base.html" %} {% block title %} {{ title }} {% endblock title %} {% block content %}
{% csrf_token %} {% for field in form %} {% if field.name == "note" %} {% else %} {% endif %} {% if field.name == "timestamp_start" or field.name == "timestamp_end" %} {% endif %} {% endfor %}
{{ field.label_tag }}{{ field }}{{ field }}
{% load static %} {% endblock content %}