{% extends "credits/base.html" %} {% block content %}

Credits

Credits can be used to buy items or to refill energy, health, etc. in the store.

{% for object in object_list %}

{{ object.get_title }}

{{ object.get_description }}

{% empty %} There are no listings. {% endfor %} {% endblock content %} {% block js_bottom %} {% endblock js_bottom %}