<% if @project.module_enabled?('agile') && RedmineAgile.use_story_points? && RedmineAgile.use_story_points_for?(@target_tracker) %>

<%= label_tag 'issue_agile_data_attributes_story_points', l(:label_agile_story_points) %> <%= text_field_tag 'issue[agile_data_attributes][story_points]', '', :size => 3 %>

<% end %>