{% 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|render_axis_label:'x' }} |
X Axis Seed | {{ object|render_origin_seed:'x' }} |
X Axis Step | {{ object|render_axis_step:'x' }} |
Y Axis Labels | {{ object|render_axis_label:'y' }} |
Y Axis Seed | {{ object|render_origin_seed:'y' }} |
Y Axis Step | {{ object|render_axis_step:'y' }} |
Tile(s) | {{ object.tiles.count }} |
Child Floor Plan(s) | {{ object.location|count_children_floor_plans }} |