Media Server
    ATLK
    {% csrf_token %}
      {% for photo in news.get_media_photos %}
    • {% if photo.content %}
      {% endif %} {% if photo.gallery_id %}{% endif %} {% if photo.has4_3 %}
      {% endif %} {% if photo.has16_9 %}
      {% endif %}

      {% if photo.photo_id %}{{ photo.photo_id|stringformat:'s' }}{% endif %} {% if photo.date_create %}{{ photo.date_create|date:"d/m/Y" }}{% endif %}

    • {% endfor %}