{% extends 'base.html' %} {% block header_button %} {% if html_button_path %}
{% include html_button_path %}
{% endif %} {% endblock %} {% block main %}
{% include "generics/form_edit.html" %}
{% load static %} {% endblock %}