{% if page.comments %} {% if theme.facebook_sdk.enable and theme.facebook_comments_plugin.enable %}
{% elif theme.vkontakte_api.enable and theme.vkontakte_api.comments %}
{% elif theme.disqus.enable or (theme.disqusjs.enable and theme.disqusjs.apikey and theme.disqusjs.shortname) %}
{% elif theme.livere_uid %}
{% elif theme.changyan.enable and theme.changyan.appid and theme.changyan.appkey %}
{% elif theme.gitment.enable %}
{% if theme.gitment.lazy %}
{{ __('gitmentbutton') }}
{% else %}
{% endif %}
{% elif theme.valine.enable and theme.valine.appid and theme.valine.appkey %}
{% elif theme.gitalk.enable %}
{% endif %} {% endif %}