def treat_image_galleries(gallery)
    link_to(n_("One picture", "%{num} pictures", gallery.images.published.count) % { num: gallery.images.published.count }, page_path(gallery.profile.identifier, page: gallery.page_path))