<% var timeAgoHtml = interpolate( '%(created_at)s', {created_at: created_at}, true ); %> <%= interpolate( // Translators: post_type describes the kind of post this is (e.g. "question" or "discussion"); // time_ago is how much time has passed since the post was created (e.g. "4 hours ago") _.escape(gettext('%(post_type)s posted %(time_ago)s by %(author)s')), {post_type: thread_type, time_ago: timeAgoHtml, author: author_display}, true ) %>