{% extends 'generic/object.html' %} {% load i18n %} {% block content %}
{% trans "SIM Private config" %}
{% trans "Authentication Key" %} {{ object.ki }}
{% trans "Operator Code" %} {{ object.opc }}
{% trans "Mapped IMEI" %} {{ object.mapped_imei }}
{% trans "Admin Key" %} {{ object.admin_key }}
{% trans "Linked SIM" %} {{ object.sim | linkify}}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% endblock %}