{% extends "definitions/definitions_base.html" %} {% block content_area %} {% if mib_upload.pk %}

Your MIB Has Been Uploaded

You MIB {{ mib_upload.get_file_name }} has been added to the database.

{% else %}

You have already uploaded that MIB!

You cannot upload the same MIB twice.

{% endif %} {% endblock %}