@(interactive: Interactive, storyPackage: List[Trail], index: Int, trail: Boolean)(implicit request: RequestHeader) @import conf.Switches.DiscussionSwitch

@Html(interactive.sectionName)

@fragments.dateline(interactive.webPublicationDate, interactive.isLive) @fragments.headline(interactive.headline) @fragments.standfirst(interactive)
This is an interactive.
@if(DiscussionSwitch.isSwitchedOn && interactive.isCommentable) {
}
@fragments.social(interactive) @if(DiscussionSwitch.isSwitchedOn && interactive.isCommentable) {
View all comments
}
@if(storyPackage.nonEmpty) { } else { }