%% for charm in Charm::ALL {
%% if charm.is_set(self.charms) {
<span title={{charm.title()}}>{{charm.icon()}}</span>
%% }
%% }
</dd>
%% }
%% if let Some(output) = &self.output {
%% if let Ok(address) = self.chain.address_from_script(&output.script_pubkey ) {
<dt>address</dt>
<dd class=monospace>{{ address }}</dd>
%% }
<dt>output value</dt>
<dd>{{ output.value }}</dd>
%% }
%% if let Some(sat) = self.sat {
<dt>sat</dt>
<dd><a href=/sat/{{sat}}>{{sat}}</a></dd>
%% }
%% if let Some(metaprotocol) = self.inscription.metaprotocol() {
<dt>metaprotocol</dt>
<dd>{{ metaprotocol }}</dd>
%% }
%% if let Some(content_length) = self.inscription.content_length() {
<dt>preview</dt>
<dd><a href=/preview/{{self.inscription_id}}>link</a></dd>
<dt>content</dt>
<dd><a href=/content/{{self.inscription_id}}>link</a></dd>
<dt>content length</dt>
<dd>{{ content_length }} bytes</dd>
%% }
%% if let Some(content_type) = self.inscription.content_type() {
<dt>content type</dt>
<dd>{{ content_type }}</dd>