mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-11 11:47:08 +02:00
13 lines
322 B
HTML
13 lines
322 B
HTML
{% load i18n %}
|
|
<div class="alert alert-danger" role="alert">
|
|
<div class="alert-icon">
|
|
<i class="mdi mdi-alert"></i>
|
|
</div>
|
|
<div>
|
|
<p>
|
|
{% blocktrans %}An error occurred when loading content from plugin {{ plugin }}:{% endblocktrans %}
|
|
</p>
|
|
<pre class="p-0">{{ exception }}</pre>
|
|
</div>
|
|
</div>
|