{# Adds a block of custom form fields. extras - The fields to add. errors - A dict of errors for the fields. limit - The total number of fields that should be output. Example: {% snippet 'snippets/custom_data_dict_fields.html', extras=data.extras , errors=errors, limit=3 %} #}
{% block cancel_button %} {% link_for _('Cancel'), controller='package', action='read', id=pkg_name, class_='btn' %} {% endblock %} {% block save_button %} {% endblock %}