{% extends 'base.html' %} {% block content %} Office Hour

{% csrf_token %} {% for f in form %}
{% if f.name == 'begins_at' %}
{% endif %}
{% endfor %}

今日 {{ today_oh.get_ends_at_str }} 收工!

{% endblock content %}