{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Delete Feature Graphic' %}{% endblock %} {% block rm-content %}

{% blocktrans trimmed %} Are you sure you want to delete the feature graphic from your app {{ app }}? {% endblocktrans %}

{% csrf_token %}
{% endblock rm-content %}