%if c.visual.repository_fields: %if c.repo_fields:
${_('Label')} | ${_('Key')} | ${_('Type')} | ${_('Action')} | %for field in c.repo_fields:
---|---|---|---|
${field.field_label} | ${field.field_key} | ${field.field_type} | ${h.form(url('delete_repo_fields', repo_name=c.repo_info.repo_name, field_id=field.repo_field_id),method='delete')} ${h.submit('remove_%s' % field.repo_field_id, _('delete'), id="remove_field_%s" % field.repo_field_id, class_="action_button", onclick="return confirm('"+_('Confirm to delete this field: %s') % field.field_key+"');")} ${h.end_form()} |