{% extends "elearning.html" %} {% block headtitle %}Edit {{ company }} - Administration - {{ block.super }}{% endblock %} {% block content %}
 
{% include "website/partials/profile_menu.html" with active="2" %}
 
{% csrf_token %} {% include "partials/form.html" with form=company_form %}
Cancel
{% endblock %}