article-content.html
681 Bytes
<div class="discussion-header">
<span class="description">{{"comment-paragraph-plugin.discussion.header" | translate}}</span>
<span class="start-date date" ng-if="ctrl.article.start_date">
<span class="description">{{"comment-paragraph-plugin.discussion.editor.start_date.label" | translate}}</span>
<span class="value">{{ctrl.article.start_date | amDateFormat:'DD/MM/YYYY'}}</span>
</span>
<span class="end-date date" ng-if="ctrl.article.end_date">
<span class="description">{{"comment-paragraph-plugin.discussion.editor.end_date.label" | translate}}</span>
<span class="value">{{ctrl.article.end_date | amDateFormat:'DD/MM/YYYY'}}</span>
</span>
</div>