professional diaply working
This commit is contained in:
@@ -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%}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user