%if c.visual.repository_fields: %if c.repo_fields:
${_('Label')} | ${_('Key')} | ${_('Type')} | ${_('Action')} |
---|---|---|---|
${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))} ${h.submit('remove_%s' % field.repo_field_id, _('Delete'), id="remove_field_%s" % field.repo_field_id, class_="btn btn-default btn-xs", onclick="return confirm('"+_('Confirm to delete this field: %s') % field.field_key+"');")} ${h.end_form()} |