{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}

Welcome

This site allows Nazareth College faculty and staff to submit, track, and update IT-related projects and budget requests.

Main Menu

Create a new project
Create a new project or budget proposal for review and consideration by ITS Staff.
View all projects
View all projects submitted into the system, send feedback to ITS Staff, see where college funds are being spent.
{% if user_has_projects %}
View / change projects submitted by you
You've submitted projects here. See where they stand, update your proposals, or just get a summary.
{% endif %} {% if its_staff %}
Admin Page
Perform database administration tasks, change projects, and more.
Reports
Generate a report, suitable for on-screen viewing or printing, with projects matching criteria you specify.
{% endif %}
{% endblock %}