professional diaply working

This commit is contained in:
Neythen
2021-11-22 19:08:14 +00:00
parent 9d9306245e
commit e1e17d0df2
24 changed files with 148 additions and 91 deletions

View File

@@ -272,9 +272,20 @@
id="display-format"
class="display-features-list text-dark"
>
{% for f in currently_displaying %}
<li>{{f}}</li>
{% endfor%}
{%if not professional%}
{% for f in currently_displaying %}
<li>{{f}}</li>
{% endfor%}
{%endif%}
{%if professional%}
{% for f in currently_displaying[0] %}
<li>{{f}}</li>
{% endfor%}
{%endif%}
</ul>
</div>
</div>
@@ -347,6 +358,12 @@
<ul
id="display-format-2"
class="display-features-list text-dark"
{%if professional%}
{% for f in currently_displaying[1] %}
<li> {{f}} </li>
{% endfor%}
{%endif%}
></ul>
</div>
</div>
@@ -492,9 +509,7 @@
type="checkbox"
value=""
id="flexCheckChecked"
{%
if
stocks_settings.percent%}
{%if stocks_settings.percent%}
checked
{%endif%}
/>