{% load i18n %} {% blocktrans %}
Use the following placeholders to integrate specific details into your Format:
%%imagename: name of the image
%%imagewidth: width of the image
%%imageheight: height of the image
%%imageset: name of the imageset
%%type: annotation type
%%veriamount: the amount of verifications for the annotation
%%vector: the annotation vector, as defined in the vector format
%%cx, %%relcx: x-coordinate of the center of the annotation, absolute or relative value
%%cy, %%relcy: y-coordinate of the center of the annotation, absolute or relative value
%%minx, %%relminx: minimal x-value of the annotation, absolute or relative value
%%miny, %%relminy: minimal y-value of the annotation, absolute or relative value
%%maxx, %%relmaxx: maximal x-value of the annotation, absolute or relative value
%%maxy, %%relmaxy: maximal y-value of the annotation, absolute or relative value
%%rad, %%relrad: radius of the annotation, absolute or relative value
%%dia, %%reldia: diameter of the annotation, absolute or relative value
%%width, %%relwidth: width of the annotation, absolute or relative value
%%height, %%relheight: height of the annotation, absolute or relative value
%%ifblurred text in between this and %%endif will be displayed if the annotation is marked as blurred
%%ifnotblurred text in between this and %%endif will be displayed if the annotation is not marked as blurred
%%ifconcealed text in between this and %%endif will be displayed if the annotation is marked as concealed
%%ifnotconcealed text in between this and %%endif will be displayed if the annotation is not marked as concealed
%%endif closes an opened if. This is absolutely necessary for every if.
Note: nested ifs are not allowed!
{% endblocktrans %}