{% extends "main.html" %} {% load crispy_forms_tags %} {% block content %}

{% if form.instance.pk %} Edit Aquarist Species: {{ form.instance.name }} {% else %} Add Aquarist Species {% endif %}

{% crispy form %}
{% if form.instance.aquarist_species_image %}

 

Current Image

{{ form.instance.name }}
{% endif %} {% if form.instance.pk %}

 

Delete Aquarist Species

This action cannot be undone. All associated data will be permanently removed.

Delete Aquarist Species
{% if request.user.is_admin %}

 

Reassign Species

This is an advanced option to correct the Species assignment selected by the Aquarist Species user.

Use with caution! You must know the Species ID you wish to assign.

Reassign Species
{% endif %} {% if not speciesMaintenanceLog %}

 

Species Maintenance Group

Species Maintenance Groups enable Aquarists to collaborate. You can create a Species Maintenance Log and invite other Aquarists to share ownership of the log. By combining efforts you gain tank space and a larger gene pool to better maintain the species. Together you can add notes, photos, and YouTube videos documenting your maintenance journey.

Add Species Maintenance Log
{% endif %} {% endif %}
{% endblock %}