{% extends "lfc/manage/base.html" %} {% load i18n %} {% block left_slot %} {% for type in types %}
{% trans type.name %}
{% endfor %} {% endblock %} {% block content %}
{% include "lfc/manage/lfc_form.html" %}
{% endblock %}