{% extends "tp_base_admin.html" %}
{% load i18n baseurl %}
{% block title %}
{% blocktrans with block.super as prevtitle %}{{ prevtitle }} ยป Files{% endblocktrans %}
{% endblock %}
{% block bodyclass %}tpadminfiles{% endblock %}
{% block section_description %}{% blocktrans %}Here you can delete the available files in this translation project. You may also want to rescan the project files or update the files from templates.{% endblocktrans %}{% endblock %}
{% block section_body %}
{% include "admin/admin_general.html" %}
{% endblock %}