{% extends 'base.html' %} {% block title %}Swap Detail{% endblock %} {% block content %}

{{ batch.name }}

{{ batch.description }}

Date: {{ batch.date }}

Included Listings

{% endblock %}