{% load i18n %}

{% trans 'Description:' %}

{% blocktrans %}Name: Created for identifying a package.{% endblocktrans %}

{% blocktrans %}Tags: Used for identifying and filtering packages.{% endblocktrans %}

{% blocktrans %}Public: Defines whether or not a package is available for use by other tenants. (Applies to package dependencies){% endblocktrans %}

{% blocktrans %}Active: Allows the status of a package to be changed. (Applies to package dependencies){% endblocktrans %}

{% blocktrans %}Description: Allows additional information to be added about a package.{% endblocktrans %}