{% extends 'admin/layout.twig' %} {% block title %}{{ video ? 'Edit' : 'Add New' }} Adult Video - Admin Panel - MediaLib{% endblock %} {% block content %}

{{ video ? 'Edit' : 'Add New' }} Adult Video

{{ video ? 'Update the video details' : 'Add a new video to your library' }}

Back to List
{% if flash.getMessage('error') %}
{{ flash.getMessage('error') | first }}
{% endif %}
{% if video and video.poster_url %} Poster {% else %}
{% endif %}
{% if video and video.poster_url %}
{% endif %}
Actors
Cancel
{% if video %} {% endif %}
{% if video %} {% endif %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}