{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Floor Plan" %}
{% trans "Site" %} {{ object.site }}
{% trans "Location" %} {% if object.location %} {{ object.location }} {% else %} {% endif %}
{% trans "Grid Size" %} {{ object.grid_width }} × {{ object.grid_height }}
{% trans "Tile Size" %} {{ object.tile_size }}px
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Statistics" %}
{% trans "Total Tiles" %} {{ object.tiles.count }}
{% trans "Linked Objects" %} {{ linked_tile_count|default:"0" }}
{% plugin_full_width_page object %} {% endblock %}