{% extends "shared/base.html" %} {% block title %} MediaFile Actors {% endblock %} {% block content %} {% with msg=msg %} {% include "components/alerts.html" %} {% endwith %}

Actors..

{% for actor in actors %}
{% with obj=actor %} {% include "components/actor_cards.html" %} {% endwith %} {% if loop.index %3 %}
{% else %}

{% endif %} {% endfor %}
{% endblock %}