{% extends "wcs/backoffice/formdef.html" %} {% load i18n %} {% block body %} {{ view.last_modification_block|safe }} {{ publisher.get_request.session.display_message|safe }}
{% trans "This card model is used as data source in the following forms:" %} {% for usage in usage_in_formdefs %} {{ usage.name }}{% if not forloop.last %}, {% endif %} {% endfor %}