{% extends "./base.html" %} {% load static %} {% block title %}Resume CV 403 Page{% endblock title %} {% block body %} {% if show_edit_button %} {% else %} {% endif %} {% if is_editable %} {% include "./edit_panel.html" %} {% endif %}
{% include permission_denied.templates.main %}
{% if show_edit_button %} {% endif %} {% endblock body %}