{% extends 'base.html' %} {% load commonmark %} {% load static from staticfiles %} {% load imageutils %} {% block content %}
{% for listcamp in camps %} {% empty %}

No camps found, what gives?!

{% endfor %}
Name Tagline Buildup Camp Teardown
{{ listcamp.title }} {{ listcamp.tagline }} {{ listcamp.buildup.lower }} to {{ listcamp.buildup.upper }} {{ listcamp.camp.lower }} to {{ listcamp.camp.upper }} {{ listcamp.teardown.lower }} to {{ listcamp.teardown.upper }}
{% endblock content %}