{{foreach $categories as $category}} {{if $category->can('view')}}
  • {{if $category->lastImage() && $category->lastImage()->media && !$category->cover_img_id}}
    {{elseif $category->coverPhoto('small') !== NULL}} {$category->_title} {{endif}}
    {{if $category->lastImage() && $category->lastImage()->media && !$category->cover_img_id}} {template="nsfwOverlay" app="gallery" location="front" group="global" params="$category->lastImage()"} {{elseif $category->coverPhoto('small') !== NULL}} {template="nsfwOverlay" app="gallery" location="front" group="global" params="$category->coverPhotoObject()"} {{endif}}

    {{if settings.club_nodes_in_apps and $club = $category->club()}} {lang="club_node" sprintf="$club->name, $category->_title"} {{else}} {$category->_title} {{endif}}

  • {{endif}} {{endforeach}}