{% extends "admin/base.html" %} {% block title %}{{ page_title("Let's Undisable Some Files!") }}{% endblock %} {% block content %}

Enter the id of the file you want to rescue from the disabled abyss.

{{ csrf() }} {% if file %}

Is this the right file?

{% endif %} {% if file %} {% else %} {% endif %}
{% endblock %}