{% extends "minecraft_manager/dashboard.html" %} {% block h1 %}{% if timestamp %}

Report Generated on {{ timestamp }}

{% endif %}{% endblock %} {% block title %}Entity Report{% endblock %} {% block section %}
Report:
     

World:
     


{% if results %} {% if results == 'NONE' %}

No Report Found. Use "/mcm report" in-game to generate one.

{% elif results == 'BOTH' %}

Choose One Of Each Option

{% elif results == 'EMPTY' %}

No Data

{% else %} {% if report != 'counts' %}{% endif %} {% if report != 'counts' %}{% endif %} {% for row in results %} {% if report != 'counts' %}{% endif %} {% if report != 'counts' %}{% endif %} {% endfor %} {% endif %} {% endif %} {% endblock %} {% block form_bottom %} {% endblock %}