{% extends "base.html" %} {% block body %}
{% include "Shop/Marketplace/nav.html" %}
{% for value in values %} {% if value.cost_points > 0 %} {% endif %} {% endfor %}
{{locale.furni_name}} {{locale.furni_type}} {{locale.furni_value}} {{locale.furni_costs}} {{locale.furni_amount}} {{locale.furni_rate}}
{{value.catalog_name|replace({'*': "_"})}} {{value.currency.currency}} {{value.cost_points}} {{value.price}} {{value.amount}}
{% endblock %}