<%= @paragraph.amendments.size %> <%= Decidim::Amendment.model_name.human(count: @paragraph.amendments.size) %>
<% if current_component.settings.amendments_enabled %> <%= link_to '#add_comment', class: 'link' do %> <%= icon "pencil", class: "icon--small", role: "img", "aria-hidden": true %> <%= t('decidim.enhanced_textwork.actions.add_amendment') %> <% end %> <% end %>