{% extends "base.html" %} {% load static %} {% load event_tags %} {% load display_tags %} {% load humanize %} {% block content %} {{ block.super }} Download Report {% for widget in widgets %} {{ widget.get_asciidoc }} {% endfor %} {% endblock %}