<%=l(:label_custom_field_plural)%>

<% for custom_field in @custom_fields %> "> <% end %>
<%=l(:field_name)%> <%=l(:field_type)%> <%=l(:field_field_format)%> <%=l(:field_is_required)%> <%=l(:field_is_for_all)%> <%=l(:label_used_by)%>
<%= link_to custom_field.name, :action => 'edit', :id => custom_field %> <%= l(custom_field.type_name) %> <%= l(CustomField::FIELD_FORMATS[custom_field.field_format]) %> <%= image_tag 'true' if custom_field.is_required? %> <%= image_tag 'true' if custom_field.is_for_all? %> <%= custom_field.projects.count.to_s + ' ' + lwr(:label_project, custom_field.projects.count) if custom_field.is_a? IssueCustomField and !custom_field.is_for_all? %> <%= button_to l(:button_delete), { :action => 'destroy', :id => custom_field }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
<%= pagination_links_full @custom_field_pages %>
<%=l(:label_custom_field_new)%>: