{% extends "base.html" %} {% block head %} {% end %} {% block body %}

{{_("Playbooks for {:%Y-%m}").format(month)}}

{% if month_prev and month_next %}
{% if month_prev %} {{month_prev}} {% end %} {{_("Current")}} {% if month_next %} {{month_next}} {% end %}
{% end %}
{% for entry in log %} {% end %}
{{_("Started")}} {{_("Ended")}} {{_("Name")}}
{{entry["start"]}} {{entry["end"]}} {{entry["title"]}}
{% end %}