You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
948 B
29 lines
948 B
2 years ago
|
<div class="ui text container tag-top">
|
||
|
<div class="ui middle aligned stackable grid container">
|
||
|
<div class="row">
|
||
|
<div class="four wide column">
|
||
|
<img src="/orpa/Resources/Web/orpa/styleset/pyOpenRPA_logo.png" width="140px;" height="140px"></img>
|
||
|
</div>
|
||
|
<div class="twelve wide column">
|
||
|
<h1 class="ui inverted header" style="margin-top:0px; margin-bottom:0px;">
|
||
|
<span class="library" style="font-size: 0.75em; font-weight: bold;">{{const}}</span>
|
||
|
</h1>
|
||
|
<h2 style="text-transform: uppercase; letter-spacing: 5px; margin-top:0px; margin-bottom:5px;">
|
||
|
{% if const %}
|
||
|
ФИО: {{const}}
|
||
|
{% else %}
|
||
|
НАИМЕНОВАНИЕ: {{const}}
|
||
|
{% endif %}
|
||
|
|
||
|
</h2>
|
||
|
<h2 style="text-transform: uppercase; letter-spacing: 5px; margin-top:5px;">ИНН:
|
||
|
{% if const %}
|
||
|
{{const}}
|
||
|
{% else %}
|
||
|
{{const}}
|
||
|
{% endif %}
|
||
|
</h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|