photos-6.0.x-dev/templates/photos-comment-count.html.twig
templates/photos-comment-count.html.twig
{% if comcount %}
{% if post_comments %}
<a href="{{ login_href }}">Login</a> to post comments
{% else %}
<a href="{{ url }}#comment-form">Add new comment</a>
{% endif %}
{% else %}
<a href="{{ url }}#comments">
{% trans %}
{{ comcount }} comment
{% plural comcount %}
{{ comcount }} comments
{% endtrans %}
</a>
{% endif %}
