{% extends "manage/manage_base.html" %} {% load i18n %} {% block left_slot %} {% for tax in taxes %}
{{ tax.rate }}%
{% endfor %} {% endblock %} {% block content %}
{% include "manage/lfs_form.html" %} {% if request.META.HTTP_REFERER %} {% endif %}
{% endblock %}