{ "info": { "author": "Mohammad Abbas", "author_email": "mohammad.abbas86@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=====================\ndjango-right-to-left\n=====================\n\n-------\nSummary\n-------\nA Django template loader that looks for an alternative right to left version of a template file if the activated language is a right to left language such as Arabic or Hebrew. \n\nThis provides a clean and easy way to customise the markup in your templates without having to place conditional logic in your templates.\n\nThe most common use case for this would be a Django website that supports both a left to right and right to left language, such as English and Arabic.\n\n-------\nExample\n-------\nSuppose you had the following Django template::\n\n # homepage.html\n {% extends \"layout.html\" %}\n \n {% block content %}\n