{% extends "base.html" %} {% block content %}
{% for farm in farm_list %}
{% csrf_token %}
{% endfor %}
{% endblock %}