{% for profile in profiledetails %}
{% endfor %}
Client Name |
Site Url |
Industry |
Package |
Address |
Status |
Actions |
{{profile.name}} |
{{profile.url}} |
{{profile.industry_name}} |
{{profile.packagename}} |
{{profile.address}} |
{% if profile.status == 1 %}
{% else %}
{% endif %}
|
|