{% extends 'main.html' %} {% block content %}

Edit Species Maintenance Log:  {{speciesMaintenanceLog.species.name}}

{% csrf_token %} {{form.as_table}}

 

Group Collaborators

         Add Collaborator    Remove Collaborator

There are {{num_avail_collaborators}} more aquarists keeping {{speciesMaintenanceLog.species.name}} who may be added as collaborators

 

Aquarist Species in Group

    {% for speciesInstance in speciesInstances %}
  • {{speciesInstance.user.get_display_name}} : {{speciesInstance.name}}
  • {% endfor %}

         Add Aquarist Species    Remove Aquarist Species

There are {{num_avail_speciesInstances}} aquarist species available from collaborators which may be added to the maintenance group.

 

Delete Species Maintenance Log

Warning!   This will delete the log, all log entries, the Collaborator list, and Species list for this log.

 Delete Maintenance Log 

{% endblock content %}