{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% block title %}Transfer charges to another project{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
This page allows managers and accounting officers to transfer charges from one project to another.
{% endblock %}