{% extends "dashboard/base.html" %} {% block dashboard %}

Edit the Mapping

{% include "mapping/forms/edit.html" %}
{% if user == mapping.leader %}

Delete The Mapping

{% include "mapping/forms/delete.html" %} {% endif %}
{% endblock %}