project.mode === 'sub' ? [
                                m('.fontsize-base.fontweight-semibold.u-marginbottom-20', postTextSubscription(post)),
                                m(`a.btn.btn-medium.btn-inline.w-button[href="/projects/${post.project_id}/subscriptions/start${post.rewards_that_can_access_post ? `?reward_id=${minimumValueRewardId(post)}` : ''}"]`,
                                    'Acessar esse post'
                                )