Media Server
    ATLK
    {% csrf_token %}
      {% for table in news.get_media_tables %}
    • {% if table.content %}
      {% endif %} {% if table.gallery_id %}{% endif %}

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

    • {% endfor %}