{% extends "generic/object_retrieve.html" %} {% load helpers %} {% load seed_helpers %} {% block breadcrumbs %}
Location | {{ object.location | hyperlinked_object }} |
X Size (Tiles) | {{ object.x_size }} |
Y Size (Tiles) | {{ object.y_size }} |
Tile Width (Relative Units) | {{ object.tile_width }} |
Tile Depth (Relative Units) | {{ object.tile_depth }} |
X Axis Labels | {{ object.x_axis_labels }} |
X Axis Seed | {{ object|seed_conversion:'x' }} |
X Axis Step | {{ object.x_axis_step }} |
Y Axis Labels | {{ object.y_axis_labels }} |
Y Axis Seed | {{ object|seed_conversion:'y' }} |
Y Axis Step | {{ object.y_axis_step }} |
Tile(s) | {{ object.tiles.count }} |
Child Floor Plan(s) | {{ object.location|count_children_floor_plans }} |