gnu-social/components/Subscription/templates/subscription/remove_subscriber.html.twig

9 lines
227 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{% block profile_view %}
{% include 'cards/profile/view.html.twig' with { actor: object } %}
{% endblock profile_view %}
{{ form(form) }}
{% endblock body %}