{% extends "error.html" %}
{% block error %}
{% trans %}415{% endtrans %}
{% endblock %}
{% block heading %}
{% trans %}415 unsupported media type{% endtrans %}
{% endblock %}
{% block text %}
{% trans %}The server does not support the media type that was sent in the request.{% endtrans %}
{% endblock %}
{% block icon %}mdi:do-not-disturb-on{% endblock %}