{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar-title %}{% trans "File Types" %}{% endblock %} {% block appbar-actions %} {% trans "New file type" %} {% endblock %} {% block content %} {% if file_types %} {% else %}
{% trans "There are no file type defined at the moment." %}
{% endif %} {% endblock %}