{% for screenshot in source.screenshots.all %}
{% include "screenshots/screenshot_show.html" %}
{% empty %}
{% trans "No screenshot currently associated!" %}
{% endfor %}
{% if user_can_change_screenshot %}
{% trans "Manage screenshots" %}
{% endif %}
{% if user_can_add_screenshot %}
{% endif %}
{% with units.0 as unit %}
{% include "unit-details.html" %}
{% with unit.get_source_comments as comments %}
{% if comments %}
{% trans "User comments" %}
{% with next as next_url %}
{% include "list-comments.html" %}
{% endwith %}