{% extends '_base.html' %} {% load static %} {% load i18n %} {% block content %} {% include '_components/header.html' %}
{% if resource_type == 'User' %} {% else %} {% endif %} {% csrf_token %}
{% endblock %}