{% extends "base.html" %} {% block title %}{{ 'Edit' if device else 'Add' }} Device - IT Asset Tracker{% endblock %} {% block content %}
Device Information
{% if device %}
Status
{% endif %}
Cancel
{% endblock %}