Merge pull request #5989 from WoltLab/wsc-rpc-api-const
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / userProfileCommentList.tpl
CommitLineData
b1d5f7cc
MW
1{if $commentList|count || $commentCanAdd}
2 {include file='comments' commentContainerID='userProfileCommentList' commentObjectID=$userID}
285b1d92 3{else}
b1d5f7cc
MW
4 <div class="section">
5 {lang}wcf.user.profile.content.wall.noEntries{/lang}
6 </div>
7{/if}