{{ i18nText-pageDetails }}
{% assign col-modified = "col-xs-12" %}
{%- if page.feedback and page.feedback != "" -%}
{%- if page.share -%}
{% assign col-share = "col-sm-4 col-md-3" %}
{%- endif -%}
{%- else -%}
{%- if page.share -%}
{% assign col-share = "col-sm-4 col-md-3 col-sm-push-8 col-md-push-9" %}
{% assign col-modified = "col-sm-6 col-md-5 col-lg-4 col-sm-pull-4 col-md-pull-3" %}
{%- endif -%}
{%- endif -%}
{%- if page.feedback and page.feedback != "" -%}
{% include feedback/feedback.html %}
{%- endif -%}
{%- if page.share -%}
{%- endif -%}
{%- include date-modified/date-modified.html -%}