{% if object.screenshot or screenshots %}

Screenshots:

    {% if object.screenshot %}
  • issue screenshot


  • {% else %} {% for screenshot in screenshots %}
  • issue screenshot


  • {% endfor %} {% endif %}
{% endif %}