{% extends "main/layout.html" %} {% block content %}

{{ legend|upper }} Print CV
{% include 'employee_users/emp_detail_left.html' %}
{% include 'employee_users/emp_detail_right.html' %}

{% include 'employee_users/emp_detail_bottom.html' %}
{% endblock %} {% block scripts %} {% endblock %}