{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} Edit {{ collection_set }} {% endblock %} {% block content_header %}
Name | Harvest type | Seeds | Active |
---|---|---|---|
{{ collection.name }} | {{ collection.harvest_type }} | {{ collection.num_seeds }} seed{{ collection.num_seeds|pluralize }} | {{ collection.is_on|yesno:"Yes,No" }} |