<% include Content ExcludeHeader=true %>
<%t SilverStripe\\Blog\\Model\\Blog.PostsByUser 'Posts by {firstname} {surname} for {title}' firstname=$CurrentProfile.FirstName surname=$CurrentProfile.Surname title=$Title %>
<% if $PaginatedList.Exists %>
<% loop $PaginatedList %>
<% include SilverStripe\Blog\Includes\BlogPostInfo %>
<% end_loop %>
<% else %>

<%t SilverStripe\\Blog\\Model\\Blog.NoPosts 'There are no posts' %>

<% end_if %>
<% with $PaginatedList %> <% include Objects\Pagination %> <% end_with %>
<% if $CommentsForm %>
$CommentsForm
<% end_if %>
<%-- include SilverStripe\\Blog\\BlogSideBar --%>