diff --git a/plants/templates/plants/location_detail.html b/plants/templates/plants/location_detail.html index aa29e25..d1c8c61 100644 --- a/plants/templates/plants/location_detail.html +++ b/plants/templates/plants/location_detail.html @@ -1,2 +1,67 @@ +{# plants/templates/plants/location_detail.html #} {% extends "plants/base.html" %} -{% block content %}{{ location.name }}{% endblock %} +{% block title %}{{ location.name }} — BloomBase{% endblock %} +{% block content %} + + +
+ ++ {{ plants.count }} plant{{ plants.count|pluralize }} +
+ + + {% if plants %} + + {% else %} + + + {% endif %} + +