class Decidim::Meetings::Admin::MeetingAgendaForm

def agenda_duration

def agenda_duration
  @agenda_duration ||= agenda_items.sum(&:duration)
end