{% extends "base.html" %} {% block body %}
{%if rares %}
{% for item in rares %}
{{item.name}}
{% if item.cost_credits > 0 %}
{{item.cost_credits}}
{% endif %} {% if item.cost_points > 0 %}
{{item.cost_points}}
{% endif %}
{{item.units}} {{locale.units}}
{{locale.last_editor}} {{item.username}}
{{locale.last_edited}} {{item.last_edited}}
{% endfor %}
{% else %} {% endif %}
{% endblock %}