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

Aquarist Clubs

{% if aquaristClubs.all.count > 0 %} {% for club in aquaristClubs %}
{{club.name}}
{% endfor %} {% else %}
None
{% endif %}   {% if userCanEdit %}

 Add New Club 

  {% endif %}
{% endblock content %}