{% extends 'core_ui/base.html' %} {% block content %}

Request Transfer: {{ plant.custom_slug or plant.uuid }}

{% csrf_token %} {% if plant.owner_id == current_user.id %}


{% else %}


{% endif %}
{% endblock %}